abstract struct Savi::Compiler::Types::TypeSimple

Overview

TODO Polymorphic types (not inheriting from TypeSimple)

Direct Known Subclasses

Defined in:

savi/compiler/types/type.cr

Instance Method Summary

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

Instance Method Detail

def instantiated : TypeSimple #

The instantiation of any TypeSimple is just the TypeSimple itself.


[View source]