closure
n.
closing; conclusion of a debate with a vote
v.
conclude a debate by a vote
Closure
Closure may refer to:
Algebraic closureClosure (computer science), an abstraction binding a function to its scope
Closure (mathematics), the smallest object that both includes the object as a subset and possesses some given property
Closure (logic) Closure (topology), the set of all points intuitively "close to" a given set
Closure (philosophy), a philosophical description of the world put forward by Hilary Lawson
Closure (psychology), the state of experiencing an emotional conclusion to a difficult life event, or, a point in the development of an artifact where social understanding and interpretation reaches consensusClosure (comics), the process by which the mind fills in missing details between the panels of a comic
Deductive closure, the application of the mathematical concept to formal logic
Cloture, a motion in parliamentary procedure to bring debate to a quick end
Law of Closure, a principle in Gestalt psychologyClosure (law), an act of closing a
public triala stage in the social construction of technologyClosure (statistical mechanics), a reduction from distribution function to fluid equations
Kuratowski closure axiomsPoetic closureTransitive closure
See more at Wikipedia.org...
Closures
closure
Noun
1. approaching a particular destination; a coming closer; a narrowing of a gap; "the ship's rapid rate of closing gave them little time to avoid a collision"
(synonym) closing
(hypernym) approach, approaching, coming
(derivation) close
2. a rule for limiting or ending debate in a deliberative body
(synonym) cloture, gag rule, gag law
(hypernym) order, rules of order, parliamentary law, parliamentary procedure
(hyponym) closure by compartment, guillotine
(derivation) cloture
3. a Gestalt principle of organization holding that there is an innate tendency to perceive incomplete objects as complete and to close or fill gaps and to perceive asymmetric stimuli as symmetric
(synonym) law of closure
(hypernym) Gestalt law of organization, Gestalt principle of organization
4. something settled or resolved; the outcome of decision making; "the finally reached a settlement with the union"; "they never did achieve a final resolution of their differences"; "he needed to grieve before he could achieve a sense of closure"
(synonym) settlement, resolution
(hypernym) decision making, deciding
5. an obstruction in a pipe or tube; "we had to call a plumber to clear out the blockage in the drainpipe"
(synonym) blockage, block, occlusion, stop, stoppage
(hypernym) obstruction, obstructor, obstructer, impediment, impedimenta
(hyponym) breechblock, breech closer
6. the act of blocking
(synonym) blockage, occlusion
(hypernym) obstruction
(hyponym) implosion
(derivation) close
7. termination of operations; "they regretted the closure of the day care center"
(synonym) closedown, closing, shutdown
(hypernym) termination, ending, conclusion
(hyponym) plant closing
(derivation) close
Verb
1. terminate debate by calling for a vote; "debate was closured"; "cloture the discussion"
(synonym) cloture
(hypernym) end, terminate
(derivation) cloture, gag rule, gag law
closure
1. <
programming> In a
reduction system, a closure is a data 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
functional programming languages with
lazy evaluation. In 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
functional programming.
2. In
domain theory, given a
partially ordered set, D and a subset, X of D, the upward closure of X in D is the union over all x in X of the sets of all d in D such that x LaTeX as
\subseteq and the upward closure of X in D is written \uparrow_\
D X).
(1994-12-16)
(c) Copyright 1993 by Denis Howe