Next: mpg-ref-disable_breakpoints, Previous: mpg-ref-debugging, Up: mpg-bpr [Contents][Index]
dif/2
dif(+X,+Y)
Constrains X and Y to represent different terms i.e. to be non-unifiable.
term
term
Calls to dif/2
either succeed, fail, or are blocked depending
on whether X and Y are sufficiently instantiated. It is
defined as if by:
dif(X, Y) :- when(?=(X,Y), X\==Y).
None.