std.freeze

Attributed-variable combinators that delay or constrain logic variables.

(import std.freeze)
SymbolDescription
(freeze var goal)Suspend goal until var is bound.
(dif a b)Structural disequality constraint: a must never unify with b.