On Fri, Mar 11, 2011 at 8:11 AM, Ketil Malde <[email protected]> wrote: > I use binary <0.5 (later versions can no longer read a list of items > lazily. I believe attoparsec has the same restriction.)
You can define a parser for one item using attoparsec and then get all items using an enumerator with attoparsec-enumerator. Cheers, -- Felipe. _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
