Binary library

Amanda Clare ajc99@aber.ac.uk
Tue, 20 Nov 2001 16:11:51 +0000


Does Malcolm's Binary library exist for ghc? If not, is there a standard
way (ie using Haskell that works on any compiler) to dump a data
structure into a file that another program or part of the same program
can then pick up and read (cf "serialize" in Java)? I'm reluctant to go
with a solution that's compiler-specific.

Amanda