[Haskell-cafe] binary twidling modules
Don Stewart
dons00 at gmail.com
Sun Mar 13 19:24:22 CET 2011
Data.Binary or Data.Serialize perhaps? They provide encode/decode
functions for packing to binary formats:
* cabal install binary
* cabal install cereal
http://hackage.haskell.org/packages/archive/binary/0.5.0.2/doc/html/Data-Binary.html
On Sun, Mar 13, 2011 at 11:17 AM, rusi <rustompmody at gmail.com> wrote:
> I am not sure what would be the generic names I am asking for...
> examples are the nearest I can get.
>
> In perl there is pack/unpack http://perldoc.perl.org/perlpacktut.html
> Likewise in python there is struct module http://docs.python.org/library/struct.html
>
> What is/are the Haskell equivalents?
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
More information about the Haskell-Cafe
mailing list