Skip to content

Commit

Permalink
export runMuxPeer
Browse files Browse the repository at this point in the history
  • Loading branch information
coot authored and karknu committed Jan 26, 2021
1 parent becc493 commit 377bbcd
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 @@ -295,6 +295,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 377bbcd

Please sign in to comment.