Tuple.Hasher
module H1 : sig ... end
module H2 : sig ... end
include Sexplib0.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 Ppx_compare_lib.Comparable.S with type t := Make(H1)(H2).t
val compare : Make(H1)(H2).t -> Make(H1)(H2).t -> int
include Ppx_hash_lib.Hashable.S with type t := Make(H1)(H2).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 Base.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