typed-protocols-examples
Safe HaskellNone
LanguageHaskell2010

Network.TypedProtocol.ReqResp2.Client

Documentation

reqResp2Client :: forall req resp (m :: Type -> Type). [Either req req] -> Client (ReqResp2 req resp) ('Pipelined 'Z (Either resp resp)) ('StIdle :: ReqResp2 req resp) m [Either resp resp] Source #