class Steep::AST::Annotation::Typed

def ==(other)

def ==(other)
  other.is_a?(self.class) &&
    other.type == type
end