- Added functions to globally check variable substitution consistency.

This commit is contained in:
ccremers
2005-10-08 20:03:31 +00:00
parent 2452a34671
commit 2e495099bb
2 changed files with 341 additions and 35 deletions

View File

@@ -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