InputFormFunctions1 R¶
mkfunc.spad line 189 [edit on github]
R: Type
Tools for manipulating input forms.
- getType: () -> InputForm
getType()
returns the input form corresponding toR
- interpret: InputForm -> R
interpret(f)
passesf
to the interpreter, and transforms the result into an object of typeR
.