Macaulay2 » Documentation
Packages » Macaulay2Doc :: FunctionClosure
next | previous | forward | backward | up | index | toc

FunctionClosure -- the class of all function closures

Description

Functions created by the operator -> are function closures.
i1 : class (x->x)

o1 = FunctionClosure

o1 : Type

Types of function closure :

Fixed objects of class FunctionClosure :

For the programmer

The object FunctionClosure is a type, with ancestor classes Function < Thing.