Module Core_kernel__.Span_intf

module type Parts = sig ... end

Parts represents the individual parts of a Span as if it were written out (it is the counterpart to Span.create). For example, 90 seconds is represented by:

module type S = sig ... end