Module Tuple.Hasher

Parameters

module H1 : sig ... end
module H2 : sig ... end

Signature

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
module Table : Hashtbl.S with type key = Make(H1)(H2).t
module Hash_set : Hash_set.S with type elt = Make(H1)(H2).t