# File rparsec/monad.rb, line 36 def seq(other) if @monad.respond_to? :seq @monad.seq(other) else bind {|x|other} end end