Module type CCTrie.WORD

module type WORD = sig .. end

type t 
type char_ 
val compare : char_ -> char_ -> int
val to_seq : t -> char_ CCTrie.sequence
val of_list : char_ list -> t