class RBS::AST::Declarations::Global

def hash

def hash
  self.class.hash ^ name.hash ^ type.hash
end