base
Base.Comparisons
Interfaces for infix comparison operators and comparison functions.
base.base_internalhash_types
base.md5
base.shadow_stdlib
module 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.
Infix
<M>.O
<M>.t
module type S = sig ... end
module type S_with_local_opt = sig ... end