- Added termMguSubTerm and termMguInTerm

This commit is contained in:
ccremers
2004-08-09 21:22:24 +00:00
parent a096aac6dd
commit 246c0c1c23
2 changed files with 73 additions and 0 deletions

View File

@@ -15,5 +15,8 @@
#define MGUFAIL (Termlist) -1
Termlist termMguTerm (Term t1, Term t2);
void termMguInTerm (Term t1, Term t2, void (*iterator) ());
void termMguSubTerm (Term t1, Term t2, void (*iterator) (),
const Termlist inverses, Termlist keylist);
#endif