Module Ocamlformat_stdlib.Comparator
type (!'a, !'witness) t = private {
compare : 'a -> 'a -> int;
sexp_of_t : 'a -> Sexplib0.Sexp.t;
}
type (!'a, !'b) comparator = ('a, 'b) t
module type S = sig ... end
module type S1 = sig ... end
module type S_fc = sig ... end
module Poly : sig ... end
module Make (M : sig ... end) : sig ... end
module Make1 (M : sig ... end) : sig ... end
module Derived (M : sig ... end) : sig ... end
module Derived2 (M : sig ... end) : sig ... end