Module Qcow_s
Common signatures used by the library
module type LOG = sig ... endmodule type SERIALISABLE = sig ... endmodule type PRINTABLE = sig ... endmodule type RESIZABLE_BLOCK = sig ... endmodule type INTERVAL_SET = sig ... endmodule type NUM = sig ... end