# File rparsec/id_monad.rb, line 8
  def bind prev
    yield prev
  end