Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Key : sig ... end
module Diff : sig ... end
include Core.Map_intf.S_plain with module Key := Key and module Diff := Diff
type +'a t = (Key.t, 'a, Key.comparator_witness) Core__.Map_intf.Map.t
include Ppx_compare_lib.Comparable.S1 with type +'a t := 'a t
val compare :
'a Base__Ppx_compare_lib.compare ->
'a t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S1 with type +'a t := 'a t
val equal : 'a Base__Ppx_compare_lib.equal -> 'a t Base__Ppx_compare_lib.equal
include Core.Map_intf.Creators_generic
with type ('a, 'b, 'c) t := 'b t
with type ('a, 'b, 'c) tree :=
(Key.t, 'b, Key.comparator_witness) Core__.Map_intf.Tree.t
with type 'k key := Key.t
with type 'c cmp := Key.comparator_witness
with type ('a, 'b, 'c) create_options :=
('a, 'b, 'c) Core__.Map_intf.Without_comparator.t
with type ('a, 'b, 'c) access_options :=
('a, 'b, 'c) Core__.Map_intf.Without_comparator.t
val empty : ('k, 'cmp, 'a t) Core__.Map_intf.Without_comparator.t
val of_tree :
('k,
'cmp,
(Key.t, 'v, Key.comparator_witness) Core__.Map_intf.Tree.t ->
'v t)
Core__.Map_intf.Without_comparator.t
val of_hashtbl_exn :
('k, 'cmp, (Key.t, 'v) Core.Hashtbl.t -> 'v t)
Core__.Map_intf.Without_comparator.t
val of_key_set :
(Key.t, Key.comparator_witness) Base.Set.t ->
f:(Key.t -> 'v) ->
'v t
Never requires a comparator because it can get one from the input Set.t
.
val quickcheck_generator :
('k,
'cmp,
Key.t Core.Quickcheck.Generator.t ->
'v Core.Quickcheck.Generator.t ->
'v t Core.Quickcheck.Generator.t)
Core__.Map_intf.Without_comparator.t
include Diffable.S1_plain with type 'a t := 'a t and module Diff := Diff
module Provide_of_sexp (Key : sig ... end) : sig ... end
module Provide_bin_io
(Key : sig ... end) :
Core.Map_intf.Binable.S1 with type 'a t := 'a t
module Provide_hash (Key : sig ... end) : sig ... end
val quickcheck_observer :
Key.t Core.Quickcheck.Observer.t ->
'v Core.Quickcheck.Observer.t ->
'v t Core.Quickcheck.Observer.t
val quickcheck_shrinker :
('k,
'cmp,
Key.t Core.Quickcheck.Shrinker.t ->
'v Core.Quickcheck.Shrinker.t ->
'v t Core.Quickcheck.Shrinker.t)
Core__.Map_intf.Without_comparator.t
val t_of_sexp : (Sexplib0__.Sexp.t -> 'a) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0__.Sexp.t) -> 'a t -> Sexplib0__.Sexp.t