
9 Jan
2011
9 Jan
'11
4:30 p.m.
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.