typed-protocols-examples-0.1.0.0: Examples and tests for the typed-protocols framework
Safe HaskellNone
LanguageHaskell2010

Network.TypedProtocol.ReqResp.Codec

Documentation

codecReqResp :: forall req resp m. (Monad m, Show req, Show resp, Read req, Read resp) => Codec (ReqResp req resp) CodecFailure m String Source #