Andrew Coppin <[EMAIL PROTECTED]> wrote: > It appears the library will only handle > data that is byte-aligned. So if I try to write three Bool values, it > uses three bytes, not three bits.
The original Binary library, circa 1998, was based on bit-streams rather than bytes. You might be able to dig up a copy and bring it back to life. http://citeseer.ist.psu.edu/wallace98bits.html ftp://ftp.cs.york.ac.uk/pub/malcolm/ismm98.html Regards, Malcolm _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
