Module Base.ComparisonsSource

Interfaces for infix comparison operators and comparison functions.

Sourcemodule type Infix = sig ... end

Infix lists the typical infix comparison operators. These functions are provided by <M>.O modules, i.e., modules that expose monomorphic infix comparisons over some <M>.t.

Sourcemodule type S = sig ... end