class SimpleSub::Typer::TypeFunction

Defined in:

simple_sub/type.cr

Constructors

Instance Method Summary

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

instantiated : SimpleType instantiated

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

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

Constructor Detail


[View source]

Instance Method Detail

def level : Int32 #

[View source]
def param : SimpleType #

[View source]
def param=(param : SimpleType) #

[View source]
def ret : SimpleType #

[View source]
def ret=(ret : SimpleType) #

[View source]
def show(io : IO) #

[View source]