struct Savi::Compiler::Types::TypeBottom

Defined in:

savi/compiler/types/type.cr

Constant Summary

INSTANCE = TypeBottom.new

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Savi::Compiler::Types::TypeSimple

instantiated : TypeSimple instantiated

Instance methods inherited from struct Savi::Compiler::Types::Type

collect_vars_deeply(vars : Array(TypeVariable)) collect_vars_deeply, initialize initialize, instantiated : TypeSimple instantiated, level level, show(io : IO)
show
show

Constructor methods inherited from struct Savi::Compiler::Types::Type

new new

Class Method Detail

def self.instance #

[View source]

Instance Method Detail

def collect_vars_deeply(vars : Array(TypeVariable)) #

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

[View source]