[Haskell-cafe] Data.Enumerator question

David Place d at vidplace.com
Fri Jun 17 22:48:56 CEST 2011


I can see that an Enumeratee can produce fewer outputs than it receives as inputs.  For example, this GroupBy Enumeratee.

> http://hpaste.org/47916

Can an Enumeratee produce more outputs than inputs?  For instance, take a Data.Text and send each character to the inner Iteratee individually.  I feels this can be done, but don't see how to do it.

Thanks.
____________________
David Place   
Owner, Panpipes Ho! LLC
http://panpipesho.com
d at vidplace.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110617/de458f48/attachment.htm>


More information about the Haskell-Cafe mailing list