Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » debugging » functionBody » 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 = CompiledFunctionBody[]

o2 : CompiledFunctionBody

For the programmer

The object CompiledFunctionBody is a type, with ancestor classes FunctionBody < Thing.


The source of this document is in Macaulay2Doc/ov_methods.m2:606:0.