= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package base
-
base
-
-
base.base_internalhash_types
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Derived2
creates a comparator
function that constructs a comparator for the type ('a, 'b) t
given comparators for the type 'a
and 'b
.
Parameters
module M : sig ... end
Signature
val comparator :
('a, 'cmp_a) comparator ->
('b, 'cmp_b) comparator ->
(('a, 'b) M.t, ('cmp_a, 'cmp_b) comparator_witness) comparator
ON THIS PAGE