package qcow

  1. Overview
  2. Docs
module type ELT = sig ... end
module Make (Elt : ELT) : Qcow_s.INTERVAL_SET with type elt = Elt.t
module Test : sig ... end