[Haskell-cafe] Bit streams

Bryan O'Sullivan bos at serpentine.com
Wed Jun 18 11:14:57 EDT 2008


On Tue, Jun 17, 2008 at 1:05 PM, Andrew Coppin
<andrewcoppin at btinternet.com> wrote:

> Before I sit down and spend 3 months designing my own library from scratch,
> does anybody know of an existing library that allows you to do what Binary
> does, but with single-bit precision?

The binary-strict library includes this functionality. It also has
several other useful pieces of functionality. It's rather a shame the
binary and binary-strict developers haven't merged their efforts :-(


More information about the Haskell-Cafe mailing list