Util.HTProduct
module X : sig ... end
module Y : sig ... end
type t = X.t * Y.t
val hash : t -> int
val equal : t -> t -> bool