# File rparsec/parser.rb, line 437
  def >> (other)
    seq(autobox_parser(other))
  end