pred-trie-0.0.4: Predicative tries

Safe HaskellSafe
LanguageHaskell2010

Data.Trie.Pred.Unified

Documentation

data RPUTrie t x Source

Constructors

Rooted (Maybe x) [NUPTrie t x] 

Instances

Eq t => Monoid (RPUTrie t x) Source 

merge :: Eq t => RPUTrie t x -> RPUTrie t x -> RPUTrie t x Source

lookup :: Eq t => [t] -> RPUTrie t x -> Maybe x Source