std.freeze

← Stdlib Reference · Language Guide · Detailed reference

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.

Source: stdlib/std/freeze.eta