class Steep::AST::Types::Void

def ==(other)

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