Module type Hashtbl_intf.For_derivingSource
include Base.Hashtbl.For_deriving
module type Sexp_of_m = sig ... endmodule type M_of_sexp = sig ... endmodule type M_sexp_grammar = sig ... endmodule type Equal_m = sig ... endval sexp_of_m__t :
(module Sexp_of_m with type t = 'k) ->
('v -> Base.Sexp.t) ->
('k, 'v) t ->
Base.Sexp.tval m__t_of_sexp :
(module M_of_sexp with type t = 'k) ->
(Base.Sexp.t -> 'v) ->
Base.Sexp.t ->
('k, 'v) tval m__t_sexp_grammar :
(module M_sexp_grammar with type t = 'k) ->
'v Sexplib0.Sexp_grammar.t ->
('k, 'v) t Sexplib0.Sexp_grammar.tmodule type M_quickcheck = Core.Hashtbl_intf.M_quickcheckval quickcheck_generator_m__t :
(module M_quickcheck with type t = 'k) ->
'v Base_quickcheck.Generator.t ->
('k, 'v) t Core.Quickcheck.Generator.tval quickcheck_observer_m__t :
(module M_quickcheck with type t = 'k) ->
'v Core.Quickcheck.Observer.t ->
('k, 'v) t Core.Quickcheck.Observer.tval quickcheck_shrinker_m__t :
(module M_quickcheck with type t = 'k) ->
'v Core.Quickcheck.Shrinker.t ->
('k, 'v) t Core.Quickcheck.Shrinker.t