
28 Apr
2011
28 Apr
'11
10:48 p.m.
On 28 April 2011 23:39, Dmitry Olshansky
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.
Hi, this is also like the enumSequence Maciej Wos proposed: http://www.haskell.org/pipermail/haskell-cafe/2011-January/088319.html cheers, Conrad.