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