[Haskell-cafe] GHC.Ptr, Foreign.Storable, Data.Storable.Endian, looking for good examples of usage
Henning Thielemann
lemming at henning-thielemann.de
Sun Jan 9 22:30:00 CET 2011
On Sun, 9 Jan 2011, Aaron Gray wrote:
> I am trying to work out how to use GHC.Ptr, Foreign.Storable, Data.Storable.Endian, and
> am looking for good examples of usage.
What do you intend to do with them?
The package storablevector uses a lot of Ptr, peek, and poke. Maybe this
is of some help.
More information about the Haskell-Cafe
mailing list