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

CompiledFunctionClosure -- the class of all compiled function closures

Description

Some compiled functions return compiled function closures as values.
i1 : class depth

o1 = MethodFunction

o1 : Type
i2 : f = method()

o2 = f

o2 : MethodFunction
i3 : class f

o3 = MethodFunction

o3 : Type

Types of compiled function closure :

Fixed objects of class CompiledFunctionClosure :

For the programmer

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