# File rparsec/functors.rb, line 46
  def const(v)
    proc {|_|v}
  end