1542d65def
This includes a number of single patches, ranging from the vista fix with the buffers, to the start of many new minor features.
16 lines
368 B
C
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
|