# File rparsec/monad.rb, line 57
  def plus other
    @monad.mplus(@this, other.this)
  end