pred-trie-0.0.2: Predicative tries

Safe HaskellSafe
LanguageHaskell2010

Data.Trie.Pred.Unified

Documentation

data RPTrie t x Source

Constructors

Rooted (Maybe x) [NUPTrie t x] 

Instances

Eq t => Monoid (RPTrie t x) Source 

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