class SimpleSub::Typer::TypePolymorphic
- SimpleSub::Typer::TypePolymorphic
- SimpleSub::Typer::Type
- Reference
- Object
Overview
A type with universally quantified type variables
(by convention, those variables of level greater than #level
are considered quantified). */
This is the only Type we define which does not a SimpleType.
Defined in:
simple_sub/type.crConstructors
Instance Method Summary
- #body : SimpleType
- #body=(body : SimpleType)
- #instantiated : SimpleType
- #level : Int32
- #level=(level : Int32)
- #show(io : IO)
Instance methods inherited from class SimpleSub::Typer::Type
instantiated : SimpleType
instantiated,
level : Int32
level,
show(io : IO)show show