- More refactoring to improve the code.

This commit is contained in:
ccremers
2006-01-02 20:18:47 +00:00
parent e6505a72a3
commit 6676266f4a
8 changed files with 313 additions and 356 deletions

View File

@@ -10,5 +10,6 @@ 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