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

CompiledFunctionBody -- the class of all compiled function bodies

Description

A compiled function body is the body of a compiled function closure. It is not a function.
i1 : source

o1 = source

o1 : MethodFunction
i2 : functionBody source

o2 = <<a compiled function body>>

o2 : CompiledFunctionBody

For the programmer

The object CompiledFunctionBody is a type, with ancestor class Thing.