# File test/src/sql_parser.rb, line 90
  def make_exists rel
    keyword[:exists] >> rel.map(&ctor(ExistsPredicate))
  end