class Steep::AST::Types::Nil

def ==(other)

def ==(other)
  other.is_a?(Nil)
end