Module TrieSource

trie tree This module implements strict impure trie tree data structure.

Sourcemodule type Intf = sig ... end
Sourcemodule Make (H : Hashtbl.HashedType) : Intf with type path = H.t list