Trie
trie tree This module implements strict impure trie tree data structure.
module type Intf = sig ... end
module Make : functor (H : Stdlib.Hashtbl.HashedType) -> Intf with type path = H.t list