UntypedΒΆ
computation.spad line 465 [edit on github]
Untyped represents an untyped variable in Lambda and Ski domains, a variable has a name represented by a String.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- parseVarTerm: (String, NonNegativeInteger) -> Record(rft: %, pout: NonNegativeInteger)
from VarCat