Skip to content

Commit

Permalink
export runMuxPeer
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Aug 3, 2020
1 parent 60d3a38 commit 68ce914
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 @@ -97,6 +97,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.
( Typeable ps
Expand Down

0 comments on commit 68ce914

Please sign in to comment.