Tuple.Hasher
module H1 : sig ... end
module H2 : sig ... end
include Ppx_sexp_conv_lib.Sexpable.S with type t := Make(H1)(H2).t
val t_of_sexp : Sexplib0.Sexp.t -> Make(H1)(H2).t
val sexp_of_t : Make(H1)(H2).t -> Sexplib0.Sexp.t
include Hashable.S with type t := Make(H1)(H2).t
include Hashable.Common with type t := Make(H1)(H2).t
val compare : Make(H1)(H2).t -> Make(H1)(H2).t -> Base.Int.t
val hash_fold_t : Base.Hash.state -> Make(H1)(H2).t -> Base.Hash.state
val hash : Make(H1)(H2).t -> Base.Hash.hash_value
val hashable : Make(H1)(H2).t Hashtbl.Hashable.t
module Table : Hashtbl.S with type key = Make(H1)(H2).t
module Hash_set : Hash_set.S with type elt = Make(H1)(H2).t
module Hash_queue : Hash_queue.S with type key = Make(H1)(H2).t