| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Value.ByteValue
Documentation
Constructors
| ByteValue | |
Fields | |
Instances
| Eq ByteValue Source # | |
| Show ByteValue Source # | |
| ToJSON ByteValue Source # | |
| HasField "unpack" ByteValue Word8 Source # | |
| ModifyField "unpack" ByteValue ByteValue Word8 Word8 Source # | |
| ModifyRec "unpack" Word8 cs0 => HasField "unpack" (Rec cs0 ByteValue) Word8 Source # | |
| ModifyRec "unpack" Word8 cs0 => ModifyField "unpack" (Rec cs0 ByteValue) (Rec cs0 ByteValue) Word8 Word8 Source # | |
| type FieldType "unpack" ByteValue Source # | |
| type UpdateType "unpack" ByteValue Word8 Source # | |