Module Stable.V1

type nonrec ('a, 'b) t = ('a'b) t
module type S = sig ... end
module Make : functor (Elt : Core_kernel__.Stable_module_types.S0) -> S with type elt := Elt.t with type elt_comparator_witness := Elt.comparator_witness