class Steep::AST::Types::Name::Applying

def ==(other)

def ==(other)
  other.class == self.class &&
    other.name == name &&
    other.args == args
end