[Haskell-cafe] Reading/writing packed bytes from file
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Wed Jun 20 11:26:18 EDT 2007
On Wed, 2007-06-20 at 09:54 -0400, Jefferson Heard wrote:
> What about the Data.Binary module from the Hackage database? I can call
> C, no problem, but I hate to do something that's already been done.
The current version of the binary package does everything you want
*except* for reading ieee float formats. So it's not suitable for you
yet sadly. It's pretty obvious that lots of people need this so it'll
probably get into the next version.
Duncan
More information about the Haskell-Cafe
mailing list