Syntactic (or structural) equality. If Equals returns true, terms have the same string representation.
(Term)
| 128 | // Syntactic (or structural) equality. |
| 129 | // If Equals returns true, terms have the same string representation. |
| 130 | Equals(Term) bool |
| 131 | |
| 132 | // Returns a new term. |
| 133 | ApplySubst(s Subst) Term |
no outgoing calls