class Steep::AST::Types::Instance

def ==(other)

def ==(other)
  other.is_a?(Instance)
end