Tuple.Hashermodule H1 : sig ... endmodule H2 : sig ... endinclude Ppx_sexp_conv_lib.Sexpable.S with type t := Make(H1)(H2).tval t_of_sexp : Sexplib0.Sexp.t -> Make(H1)(H2).tval sexp_of_t : Make(H1)(H2).t -> Sexplib0.Sexp.tinclude Hashable.S with type t := Make(H1)(H2).tinclude Hashable.Common with type t := Make(H1)(H2).tval compare : Make(H1)(H2).t -> Make(H1)(H2).t -> Base.Int.tval hash_fold_t : Base.Hash.state -> Make(H1)(H2).t -> Base.Hash.stateval hash : Make(H1)(H2).t -> Base.Hash.hash_valueval hashable : Make(H1)(H2).t Hashtbl.Hashable.tmodule Table : Hashtbl.S with type key = Make(H1)(H2).tmodule Hash_set : Hash_set.S with type elt = Make(H1)(H2).tmodule Hash_queue : Hash_queue.S with type key = Make(H1)(H2).t