- Added functions to globally check variable substitution consistency.
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
int checkTypeTerm (const int mgumode, const Term t);
|
||||
int checkTypeTermlist (const int mgumode, Termlist tl);
|
||||
int checkTypeLocals (const System sys);
|
||||
Termlist typelistConjunct (Termlist typelist1, Termlist Typelist2);
|
||||
int checkAllSubstitutions (const System sys);
|
||||
int isAgentType (Termlist typelist);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user