On Wed, Jul 28, 2010 at 8:38 PM, Max Cantor <mxcan...@gmail.com> wrote:

> I have a similar issue, I think.  The problem with attoparsec is it only
> covers the unmarshalling side, writing data to disk still requires manually
> marshalling values into ByteStrings.  Data.Binary with Data.Derive provide a
> clean, proven (encode . decode == id) way of doing this.
>
> If there's a way to accomplish this with attoparsec, I'd love to know.


Sorry, attoparsec is just a parsing library :-)
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to