module Key:sig..end
val create : unit -> 'a Hmap.keycreate () is a new key.
Exisential keys allows to compare keys. This can be useful for functions
like Hmap.filter.
type t
val hide_type : 'a Hmap.key -> thide_type k is an existential key for k.val equal : t -> t -> boolequal k k' is true iff k and k' are the same key.val compare : t -> t -> int