| |||||||||||
| unifies two terms, where the occurs check will be taken in account.
unify_with_occurs_check(?Term1, ?Term2)
'='/2 succeeds when Term1 and Term2 are unifiable
in such a way that they are identical and fails if they are not unifiable
and identical.
Arguments
Term1 term Term2 term
Examples
Standard
This predicate is part of the ISO-Prolog Standard.
See also
| |||||||||||
| |||||||||||
| Back> |
|