Module Bitmap.Block


module Block: sig .. end


type t = {
   width : int;
   height : int;
   x : int;
   y : int;
   dump : string;
}