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
module type S_stable : sig ... end
module type Span : sig ... end