2005-06-02 13:14:28 +01:00
|
|
|
#ifndef TYPE
|
|
|
|
#define TYPE
|
|
|
|
|
|
|
|
#include "term.h"
|
|
|
|
#include "system.h"
|
|
|
|
|
|
|
|
int checkTypeTerm (const int mgumode, const Term t);
|
|
|
|
int checkTypeTermlist (const int mgumode, Termlist tl);
|
|
|
|
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);
|
2005-06-02 13:14:28 +01:00
|
|
|
|
|
|
|
#endif
|