2005-06-02 13:14:28 +01:00
|
|
|
#ifndef TYPE
|
|
|
|
#define TYPE
|
|
|
|
|
|
|
|
#include "term.h"
|
|
|
|
#include "system.h"
|
|
|
|
|
2007-05-18 13:06:29 +01:00
|
|
|
int checkTypeTerm (const Term t);
|
|
|
|
int checkTypeTermlist (Termlist tl);
|
2005-06-02 13:14:28 +01:00
|
|
|
int checkTypeLocals (const System sys);
|
2005-10-08 21:03:31 +01:00
|
|
|
Termlist typelistConjunct (Termlist typelist1, Termlist Typelist2);
|
|
|
|
int checkAllSubstitutions (const System sys);
|
|
|
|
int isAgentType (Termlist typelist);
|
2006-01-02 20:18:47 +00:00
|
|
|
int goodAgentType (Term agent);
|
2005-06-02 13:14:28 +01:00
|
|
|
|
|
|
|
#endif
|