class Steep::AST::Types::Intersection

def ==(other)

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