mkfunc.spad line 191 [edit on github]
Tools for manipulating input forms.
atType(f)
returns the input form corresponding to f@R
coerceToType(f)
returns the input form corresponding to f::R
getType()
returns the input form corresponding to R
interpret(f)
passes f
to the interpreter, and transforms the result into an object of type R
.
packageCall(f)
returns the input form corresponding to f
$R
.
packageCall(f, l)
returns the input form corresponding to f
(l
.1, l
.2, ...)$R
.
pretendOfType(f)
returns the input form corresponding to f pretend R