Module Stk.PackerSource

Sourcetype t = {
  1. min : int;
  2. max : int;
  3. mutable expand : int;
  4. mutable current : int;
  5. mutable fixed : bool;
}
Sourcemodule type Elt = sig ... end
Sourcemodule Make (E : Elt) : sig ... end