# File rparsec/parsers.rb, line 297
  def seq(other, &block)
    # TypeChecker.check_arg_type Parser, other, :seq
    SequenceParser.new(@parsers.dup << other, &block)
  end