Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Trie.List
Documentation
Constructors
ListTrie | |
Fields
|
Instances
Eq s => Trie NonEmpty s ListTrie # | |
Functor (ListTrie t) # | |
Foldable (ListTrie t) # | |
Traversable (ListTrie t) # | |
(Eq x, Eq t) => Eq (ListTrie t x) # | |
(Data x, Data t) => Data (ListTrie t x) # | |
(Show x, Show t) => Show (ListTrie t x) # | |
Generic (ListTrie t x) # | |
(Arbitrary x, Arbitrary t) => Arbitrary (ListTrie t x) # | |
(NFData t, NFData x) => NFData (ListTrie t x) # | |
type Key (ListTrie s) # | |
type Rep (ListTrie t x) # | |