Module Util.HTProductSource

Cartesian product of two hashable types.

Parameters

module X : Sig.HASHABLE
module Y : Sig.HASHABLE

Signature

Sourcetype t = X.t * Y.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool