[Haskell-cafe] GHC.Ptr, Foreign.Storable, Data.Storable.Endian, looking for good examples of usage

Henning Thielemann lemming at henning-thielemann.de
Tue Jan 11 12:52:18 CET 2011


On Mon, 10 Jan 2011, Aaron Gray wrote:

> Yes. I have came back to looking at the binary package, the only thing is I think I have
> to build my own primatives with it as it is big-endian, where ActionScript Byte Code
> format is little-endian. It does provide some little-endian functions but they are not
> brought to the surface. It also seems to roll its own serializations.

Maybe the storable-endian types can be equipped with 'Binary' instances.



More information about the Haskell-Cafe mailing list