Module Bitmap


module Bitmap: sig .. end

val debug : bool Pervasives.ref
val maximum_live : int Pervasives.ref
val maximum_block_size : int Pervasives.ref
module Block: sig .. end
module type Bitdepth = sig .. end
module Make: 
functor (B : Bitdepth) -> sig .. end