class Steep::AST::Types::Union

def ==(other)

def ==(other)
  other.is_a?(Union) &&
    other.types == types
end