Bitarray module
This little module for Ocaml allow the use of bit arrays, that is arrays of bits that do not use more space than required.
I developped this little program because the classical boolean arrays of Ocaml use as much space as int arrays.
Please find the generated doc
here and the files
here.