Intervals_core.Makemodule Ex : Intervals_intf.Explanationstype explanation = Ex.tThe type of explanations.
module Union
(OT : Intervals_intf.OrderedType) :
Intervals_intf.Union
with type 'a union = 'a union
and type value := OT.finite
and type bnd = OT.t
and type explanation := explanationSignature for union-of-intervals implementations with explanations.