class OccTyping::TypeUnion
 
  - OccTyping::TypeUnion
- OccTyping::Type
- Reference
- Object
Defined in:
occ_typing/type.crConstructors
Instance Method Summary
- #lhs : Type
- #lhs=(lhs : Type)
- 
        #pretty_print(format : PrettyPrint)
        
          Pretty prints selfinto the given printer.
- #rhs : Type
- #rhs=(rhs : Type)
Class methods inherited from class OccTyping::Type
  
  
    
      [](*args)
    []
    
  
    
  
    
    
    
    
  
    
    
    
    
  
Constructor Detail
Instance Method Detail
        
        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.