| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Extras.SerialiseViaFlat
Synopsis
- newtype SerialiseViaFlat a = SerialiseViaFlat {
- unSerialiseViaFlat :: a
- decodeViaFlatWith :: Get a -> Serialise instances for types with a
Flatinstance that just encodes the flat-serialized value as a CBOR bytestring
Constructors
| SerialiseViaFlat | |
Fields
| |
Instances
Get a -> DeserialiseFailure, with the difference that plain
string reason messages are turned into the datatype: DeserialiseFailureReason. Constructors
Instances
data DeserialiseFailureReason # The reason of the cbor failure as a datatype, not as a plain string. Constructors
Instances
| |||||||||||||||||||||||