package progress

  1. Overview
  2. Docs
module type S = sig ... end

S contains just the line segments that can be specialised to an underlying integer implementation.

module type Ext = sig ... end

Ext is S extended with non-integer-dependent segments as well.