class OccTyping::TypeUnion

Defined in:

occ_typing/type.cr

Constructors

Instance Method Summary

Class methods inherited from class OccTyping::Type

[](*args) []

Constructor Detail

def self.new(lhs : OccTyping::Type, rhs : OccTyping::Type) #

[View source]

Instance Method Detail

def lhs : Type #

[View source]
def lhs=(lhs : Type) #

[View source]
def pretty_print(format : PrettyPrint) #
Description copied from class Object

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.


[View source]
def rhs : Type #

[View source]
def rhs=(rhs : Type) #

[View source]