Id_gen.Mapmodule Key : sig ... endinclude Core.Map_intf.S with module Key := Keyinclude Core.Map_intf.S_plain with module Key := Keytype +'a t = (Key.t, 'a, Key.comparator_witness) Base.Map.tinclude 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) Base.Map.Using_comparator.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) Base.Map.Without_comparator.t
with type ('a, 'b, 'c) access_options :=
('a, 'b, 'c) Base.Map.Without_comparator.tinclude Base.Map.Creators_generic
with type ('a, 'b, 'c) t := 'b t
with type ('a, 'b, 'c) tree :=
(Key.t, 'b, Key.comparator_witness) Base.Map.Using_comparator.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) Base.Map.Without_comparator.t
with type ('a, 'b, 'c) access_options :=
('a, 'b, 'c) Base.Map.Without_comparator.tval empty : ('k, 'cmp, _ t) Base.Map.Without_comparator.tval of_tree :
('k,
'cmp,
(Key.t, 'v, Key.comparator_witness) Base.Map.Using_comparator.Tree.t ->
'v t)
Base.Map.Without_comparator.tval of_hashtbl_exn :
('k, 'cmp, (Key.t, 'v) Core.Hashtbl.t -> 'v t) Base.Map.Without_comparator.tval of_key_set :
(Key.t, Key.comparator_witness) Base.Set.t ->
f:(Key.t -> 'v) ->
'v tNever 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)
Base.Map.Without_comparator.tmodule Provide_of_sexp (Key : sig ... end) : sig ... endmodule Provide_bin_io
(Key : sig ... end) :
Core.Map_intf.Binable.S1 with type 'a t := 'a tmodule Provide_hash (Key : Base.Hasher.S with type t := Key.t) : sig ... endval quickcheck_observer :
Key.t Core.Quickcheck.Observer.t ->
'v Core.Quickcheck.Observer.t ->
'v t Core.Quickcheck.Observer.tval quickcheck_shrinker :
('k,
'cmp,
Key.t Core.Quickcheck.Shrinker.t ->
'v Core.Quickcheck.Shrinker.t ->
'v t Core.Quickcheck.Shrinker.t)
Base.Map.Without_comparator.tinclude Base.Sexpable.S1 with type 'a t := 'a tval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a tval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.tinclude Core.Map_intf.Binable.S1 with type 'a t := 'a tval bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.tval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1val bin_write_t : ('a, 'a t) Bin_prot.Write.writer1val bin_read_t : ('a, 'a t) Bin_prot.Read.reader1val __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1val bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writerval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.readerval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t