Skip to content

Commit

Permalink
export runMuxPeer
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 19, 2020
1 parent 6ad2146 commit 5c2c096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ouroboros-network-framework/src/Ouroboros/Network/Mux.hs
Expand Up @@ -259,6 +259,7 @@ data RunMiniProtocol (mode :: MuxMode) bytes m a b where
-> MuxPeer bytes m b
-> RunMiniProtocol InitiatorResponderMode bytes m a b


data MuxPeer bytes m a where
MuxPeer :: forall (pr :: PeerRole) ps (st :: ps) failure bytes m a.
( Show failure
Expand Down

0 comments on commit 5c2c096

Please sign in to comment.