Module type CCHashTrie.KEY

module type KEY = sig .. end

Type for keys



type t 
val equal : t -> t -> bool
val hash : t -> int