Stog library reference documentation : Stog_trie

Module Stog_trie

module Stog_trie: sig .. end
Tries.
These tries store data associated to paths. A path is a list of symbols. The same path cannot be added twice.

module type S = sig .. end
Signature of the module created by the Stog_trie.Make functor.
module Make (P : Map.OrderedType) : S  with type symbol = P.t