Module Trie.Make
Parameters
H : Stdlib.Hashtbl.HashedType
Signature
type path
= H.t list
type of path point
val create : 'a option -> 'a node
create a new trie tree with an optional element
val is_leaf : 'a node -> bool
returns whether the node is a leaf of the tree