class RBS::AST::Declarations::Constant

def ==(other)

def ==(other)
  other.is_a?(Constant) &&
    other.name == name &&
    other.type == type
end