abstract class SimpleSub::Typer::SimpleType

Direct Known Subclasses

Defined in:

simple_sub/type.cr

Instance Method Summary

Instance methods inherited from class SimpleSub::Typer::Type

instantiated : SimpleType instantiated, level : Int32 level, show(io : IO)
show
show

Instance Method Detail

def instantiated : SimpleType #

The instantiation of any SimpleType is just the SimpleType itself.


[View source]