Module type Map.For_derivingSource
module type Sexp_of_m = sig ... endmodule type M_of_sexp = sig ... endmodule type M_sexp_grammar = sig ... endmodule type Compare_m = sig ... endmodule type Equal_m = sig ... endmodule type Hash_fold_m = Base.Hasher.Sval sexp_of_m__t :
(module Sexp_of_m with type t = 'k) ->
('v -> Base.Sexp.t) ->
('k, 'v, 'cmp) t ->
Base.Sexp.tval m__t_of_sexp :
(module M_of_sexp with type comparator_witness = 'cmp and type t = 'k) ->
(Base.Sexp.t -> 'v) ->
Base.Sexp.t ->
('k, 'v, 'cmp) tval m__t_sexp_grammar :
(module M_sexp_grammar with type t = 'k) ->
'v Sexplib0.Sexp_grammar.t ->
('k, 'v, 'cmp) t Sexplib0.Sexp_grammar.tval hash_fold_m__t :
(module Hash_fold_m with type t = 'k) ->
(Base.Hash.state -> 'v -> Base.Hash.state) ->
Base.Hash.state ->
('k, 'v, _) t ->
Base.Hash.state