module Key: sig .. end
sig
end
type 'a t
'a
val create : unit -> 'a t
unit -> 'a t
val equal : 'a t -> 'a t -> bool
'a t -> 'a t -> bool