# File rparsec/parser_monad.rb, line 4
  def fail msg
    FailureParser.new(msg)
  end