class Steep::AST::Types::Name::Class
def ==(other)
def ==(other) other.class == self.class && other.name == name && other.constructor == constructor end
def ==(other) other.class == self.class && other.name == name && other.constructor == constructor end