typed-protocols-examples-0.2.0.3: Examples and tests for the typed-protocols framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.TypedProtocol.ReqResp.Codec.CBOR

Documentation

codecReqResp :: forall req resp m. (MonadST m, Serialise req, Serialise resp) => Codec (ReqResp req resp) DeserialiseFailure m ByteString Source #