| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Dictionary
- newtype Dictionary a = Dictionary (Map Text a)
Documentation
newtype Dictionary a Source #
A dictionary that maps text to values.
Constructors
| Dictionary (Map Text a) |
Instances
| IsList (Dictionary a) Source # | |
| Eq a => Eq (Dictionary a) Source # | |
| Show a => Show (Dictionary a) Source # | |
| Generic (Dictionary a) Source # | |
| ToJSON a => ToJSON (Dictionary a) Source # | |
| Binary a => Binary (Dictionary a) Source # | Reads elements are stored with the key first, then the value. The
dictionary ends when a key is |
| NFData a => NFData (Dictionary a) Source # | |
| type Rep (Dictionary a) Source # | |
| type Item (Dictionary a) Source # | |