| 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
| ModifyField "properties" ReplayWithoutFrames ReplayWithoutFrames (Dictionary Property) (Dictionary Property) | |
| ModifyField "properties" ReplayWithFrames ReplayWithFrames (Dictionary Property) (Dictionary Property) | |
| ModifyField "properties" OptimizedReplay OptimizedReplay (Dictionary Property) (Dictionary Property) | |
| HasField "properties" ReplayWithoutFrames (Dictionary Property) | |
| HasField "properties" ReplayWithFrames (Dictionary Property) | |
| HasField "properties" OptimizedReplay (Dictionary Property) | |
| HasField "content" (ArrayProperty a0) (List (Dictionary a0)) | |
| ModifyField "content" (ArrayProperty a0) (ArrayProperty a0) (List (Dictionary a0)) (List (Dictionary a0)) | |
| ModifyField "unpack" (Dictionary a0) (Dictionary a0) (Map Text a0) (Map Text a0) Source # | |
| HasField "unpack" (Dictionary a0) (Map Text a0) Source # | |
| ModifyRec "content" (List (Dictionary a0)) cs0 => HasField "content" (Rec cs0 (ArrayProperty a0)) (List (Dictionary a0)) | |
| ModifyRec "properties" (Dictionary Property) cs0 => HasField "properties" (Rec cs0 ReplayWithoutFrames) (Dictionary Property) | |
| ModifyRec "properties" (Dictionary Property) cs0 => HasField "properties" (Rec cs0 ReplayWithFrames) (Dictionary Property) | |
| ModifyRec "properties" (Dictionary Property) cs0 => HasField "properties" (Rec cs0 OptimizedReplay) (Dictionary Property) | |
| ModifyRec "unpack" (Map Text a0) cs0 => HasField "unpack" (Rec cs0 (Dictionary a0)) (Map Text a0) Source # | |
| ModifyRec "content" (List (Dictionary a0)) cs0 => ModifyField "content" (Rec cs0 (ArrayProperty a0)) (Rec cs0 (ArrayProperty a0)) (List (Dictionary a0)) (List (Dictionary a0)) | |
| ModifyRec "properties" (Dictionary Property) cs0 => ModifyField "properties" (Rec cs0 ReplayWithoutFrames) (Rec cs0 ReplayWithoutFrames) (Dictionary Property) (Dictionary Property) | |
| ModifyRec "properties" (Dictionary Property) cs0 => ModifyField "properties" (Rec cs0 ReplayWithFrames) (Rec cs0 ReplayWithFrames) (Dictionary Property) (Dictionary Property) | |
| ModifyRec "properties" (Dictionary Property) cs0 => ModifyField "properties" (Rec cs0 OptimizedReplay) (Rec cs0 OptimizedReplay) (Dictionary Property) (Dictionary Property) | |
| ModifyRec "unpack" (Map Text a0) cs0 => ModifyField "unpack" (Rec cs0 (Dictionary a0)) (Rec cs0 (Dictionary a0)) (Map Text a0) (Map Text a0) Source # | |
| IsList (Dictionary a) Source # | Allows creating |
| Eq a => Eq (Dictionary a) Source # | |
| Show a => Show (Dictionary a) Source # | Shown as |
| Generic (Dictionary a) Source # | |
| Binary a => Binary (Dictionary a) Source # | Elements are stored with the key first, then the value. The dictionary
ends when a key is |
| NFData a => NFData (Dictionary a) Source # | |
| ToJSON a => ToJSON (Dictionary a) Source # | Encoded directly as a JSON object. |
| type UpdateType "properties" ReplayWithoutFrames (Dictionary Property) | |
| type UpdateType "properties" ReplayWithFrames (Dictionary Property) | |
| type UpdateType "properties" OptimizedReplay (Dictionary Property) | |
| type FieldType "unpack" (Dictionary a0) Source # | |
| type UpdateType "content" (ArrayProperty a0) (List (Dictionary a0)) | |
| type UpdateType "unpack" (Dictionary a0) (Map Text a0) Source # | |
| type Rep (Dictionary a) Source # | |
| type Item (Dictionary a) Source # | |