Jump to user comments
structure that holds an expression and an environment of
variable bindings in which that expression is to be evaluated.
The variables may be local or global. Closures are used to
represent unevaluated expressions when implementing
a real implementation, both expression and environment are
represented by pointers.
A
suspension is a closure which includes a flag to say
whether or not it has been evaluated. The term "
thunk" has
come to be synonymous with "closure" but originated outside
the union over all x in X of the sets of all d in D such that
x #@= d. Thus the upward closure of X in D contains the
elements of X and any greater element of D. A set is "upward
closed" if it is the same as its upward closure, i.e. any d
greater than an element is also an element. The downward
closure (or "left closure") is similar but with d #@= x. A
downward closed set is one for which any d less than an
element is also an element.
closure of X in D is written uparrow_
D X).
(1994-12-16)