scyther/src/type.h
Cas Cremers 1542d65def - Big catchup commit to make sure we are up to beta7.
This includes a number of single patches, ranging from the vista fix with the buffers, to the start of many new minor features.
2007-05-18 14:06:29 +02:00

16 lines
368 B
C

#ifndef TYPE
#define TYPE
#include "term.h"
#include "system.h"
int checkTypeTerm (const Term t);
int checkTypeTermlist (Termlist tl);
int checkTypeLocals (const System sys);
Termlist typelistConjunct (Termlist typelist1, Termlist Typelist2);
int checkAllSubstitutions (const System sys);
int isAgentType (Termlist typelist);
int goodAgentType (Term agent);
#endif