[Haskell-cafe] Iteratee: manyToOne

Dmitry Olshansky olshanskydr at gmail.com
Thu Apr 28 16:39:28 CEST 2011


Hello,

does somewhere exist function with type like this - manyToOne :: [Iteratee a
m b] -> Iteratee a m [b] ?

I.e. I need to process one input through many Iteratees indepentently in
constant space and collect results.

It is similar by type with sequenceM but as far as I understand sequenceM
won't use the same input for all Iteratees.

Dima
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110428/8f80d180/attachment.htm>


More information about the Haskell-Cafe mailing list