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.

= : (%, %) -> Boolean
from VarCat
coerce : % -> OutputForm
from CoercibleTo(OutputForm)
getName : % -> String
from VarCat
getType : % -> ILogic
from VarCat
parseVar : String -> %
from VarCat
parseVarTerm : (String, NonNegativeInteger) -> Record(rft : %, pout : NonNegativeInteger)
from VarCat
toString : % -> String
from VarCat
var : String -> %
from VarCat
var : (String, ILogic) -> %
from VarCat

CoercibleTo(OutputForm)

VarCat