On Sun, Jun 17, 2012 at 7:40 PM, Paul Brenman <paul.bren...@gmail.com>wrote:

>
> Appreciate any advice - production code.
>

Don't use lazy bytestrings for I/O -- use enumerator/conduit/pipes and hook
it up to an attoparsec parser instead. Porting code from the Get monad to
attoparsec's Parser monad should be trivial.

G
-- 
Gregory Collins <g...@gregorycollins.net>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to