Module type Set.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 = 'elt) ->
('elt, 'cmp) t ->
Base.Sexp.tval m__t_of_sexp :
(module M_of_sexp with type comparator_witness = 'cmp and type t = 'elt) ->
Base.Sexp.t ->
('elt, 'cmp) tval m__t_sexp_grammar :
(module M_sexp_grammar with type t = 'elt) ->
('elt, 'cmp) t Sexplib0.Sexp_grammar.tval hash_fold_m__t :
(module Hash_fold_m with type t = 'elt) ->
Base.Hash.state ->
('elt, _) t ->
Base.Hash.stateval hash_m__t : (module Hash_fold_m with type t = 'elt) -> ('elt, _) t -> int