class Steep::AST::Types::Var

def ==(other)

def ==(other)
  other.is_a?(Var) &&
    other.name == name
end