pred-trie-0.0.3: Predicative tries
Data.Trie.Pred.Disjoint.Tail
Synopsis
data NDPTrie p t x where Source
Constructors
lookup :: Eq t => NonEmpty t -> NDPTrie p t x -> Maybe x Source
merge :: (Eq p, Eq t) => NDPTrie p t x -> NDPTrie p t x -> NDPTrie p t x Source
Overwrites when similar, leaves untouched when not
areDisjoint :: (Eq p, Eq t) => NDPTrie p t x -> NDPTrie p t x -> Bool Source