- [[[ Broken commit ]]]

More intermediate work.
This commit is contained in:
ccremers
2006-02-26 17:18:59 +00:00
parent 0ce88af6ac
commit 95df010a54
7 changed files with 338 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ int termMguInTerm (Term t1, Term t2, int (*iterator) (Termlist));
int termMguSubTerm (Term t1, Term t2, int (*iterator) (Termlist, Termlist),
Termlist inverses, Termlist keylist);
void termlistSubstReset (Termlist tl);
int unify (Term t1, Term t2, Termlist tl, int (*callback) (Termlist));
#endif