| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Primitive.Dictionary
- newtype Dictionary a = Dictionary {
- getDictionary :: Map PCString a
Documentation
newtype Dictionary a Source
A dictionary that maps strings to values. The dictionary is terminated by | the key None.
Constructors
| Dictionary | |
Fields
| |
Instances
| Eq a => Eq (Dictionary a) Source | |
| Show a => Show (Dictionary a) Source | |
| Generic (Dictionary a) Source | |
| Binary a => Binary (Dictionary a) Source | |
| NFData a => NFData (Dictionary a) Source | |
| type Rep (Dictionary a) Source |