Skip to content

Commit 8a33819

Browse files
network-mux: expose a few more drivers from ReqResp
1 parent 5a80699 commit 8a33819

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

network-mux/test/Test/Mux/ReqResp.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ module Test.Mux.ReqResp
2727
, ReqRespClientLoop (..)
2828
, runClientBurstCBOR
2929
, runClientBurstBin
30+
, runClientBurst
3031
-- ** Active Server
3132
, ReqRespServerBurst (..)
3233
, ReqRespServerLoop (..)
3334
, runServerBurstCBOR
3435
, runServerBurstBin
36+
, runServerBurst
37+
, runCBORDecoderWithChannel
3538
) where
3639

3740
import Codec.CBOR.Decoding qualified as CBOR hiding (Done, Fail)

0 commit comments

Comments
 (0)