package qcow

  1. Overview
  2. Docs

Common signatures used by the library

module type LOG = sig ... end

Common logging functions

module type SERIALISABLE = sig ... end

Values which can be read and written

module type PRINTABLE = sig ... end

Values which can be pretty-printed

module type RESIZABLE_BLOCK = sig ... end
module type INTERVAL_SET = sig ... end
module type NUM = sig ... end