Module Graph.IdGenericSource

Generic functor to lift any type to an ID_TYPE module. Uses the polymorphic comparison, equality, and hashing.

Parameters

module T : sig ... end

Signature

Sourcetype t = T.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int