EQKEY
The EQKEY signature defines an abstract key type which can only be tested for equality.
type t val equal : t * t → bool val toString : t → string
type t
val equal : t * t → bool
val toString : t → string