- Introduced termInTerm (bigterm, smallterm)

This commit is contained in:
ccremers
2004-08-17 14:11:25 +00:00
parent a2cc46bb34
commit bb78c71c90
5 changed files with 35 additions and 11 deletions

View File

@@ -153,7 +153,8 @@ int isTermEqualDebug (Term t1, Term t2);
int hasTermVariable (Term term);
int isTermEqualFn (Term term1, Term term2);
int termOccurs (Term t, Term tsub);
int termSubTerm (Term t, Term tsub);
int termInTerm (Term t, Term tsub);
void termPrint (Term term);
void termTuplePrint (Term term);
Term termDuplicate (const Term term);