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