# File rparsec/monad.rb, line 28
  def bind(&binder)
    @monad.bind(@this, &binder)
  end