| 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 t, Eq x) => Eq (ListTrie t x) Source | |
| (Data t, Data x) => Data (ListTrie t x) Source | |
| (Show t, Show x) => Show (ListTrie t x) Source | |
| Generic (ListTrie t x) Source | |
| (NFData t, NFData x) => NFData (ListTrie t x) Source | |
| (Arbitrary t, Arbitrary x) => Arbitrary (ListTrie t x) Source | |
| type Key (ListTrie s) = NonEmpty s Source | |
| type Rep (ListTrie t x) Source |