Safe Haskell | None |
---|---|
Language | Haskell2010 |
Octane.Type.Dictionary
- newtype Dictionary a = Dictionary {
- dictionaryUnpack :: Map Text a
Documentation
newtype Dictionary a Source #
A mapping between text and arbitrary values.
Constructors
Dictionary | |
Fields
|
Instances