# File rparsec/functors.rb, line 200
  def compose(other)
    Functors.compose(self, other)
  end