Comparator.Derived2_phantomDerived2_phantom creates a comparator function that constructs a comparator for the type ('a, 'b, 'c) t given a comparator for the types 'a and 'b.
module M : sig ... endval comparator :
('a, 'cmp_a) comparator ->
('b, 'cmp_b) comparator ->
(('a, 'b, _) M.t, ('cmp_a, 'cmp_b) comparator_witness) comparator