Module Hash.Make

Parameters

module T : sig ... end

Signature

type t = T.t
val hash : t -> int

hash e is the hash code computed for e.

If e1 and e2 as equal, then hash e1 and hash e2 must be equal.