Up

Module Trie = Trie

Signature

module type Key = sig .. end
module type S = sig .. end
module Make (T : Key) : S with type Key.t = T.t with type Part.t = T.Part.t
module String_trie : S with type Key.t = Core.Std.String.t with type Part.t = Core.Std.Char.t