On 26 June 2012 21:22, Nicolas Trangez <[email protected]> wrote: > Might sound easy (and actually it's pretty easy in most other languages > I know, including an OCaml implementation), yet I fail to figure out how > to get this done using some enumerator-style library.
Well, it's easy in Haskell, too. Just use the standard libraries. If you want to mess around with these still-in-research iteratees and eumerators for the composability then go for it, but when it's hard or weird, you can't really blame that on the language. :-) _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
