# File test/src/sql_parser.rb, line 96
  def make_in expr
    keyword[:in] >> list(expr) >> map(&rctor(InPredicate))
  end