EQKEY signatureThe EQKEY signature defines a key type for which the only
    necessary operation is an equality test.
  
type t
val equal : t * t → bool
val toString : t → stringtype tval equal :
      t * t → boolval toString :
      t → string