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