= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
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
module type Arg = sig ... end
module type Arg_with_comparator = sig ... end
module type S = sig ... end
Used for making an Identifiable module. Here's an example.
module Make_using_comparator
(M : Arg_with_comparator) :
S with type t := M.t with type comparator_witness := M.comparator_witness