We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91419 commit ee26033Copy full SHA for ee26033
ouroboros-network-framework/testlib/Test/Ouroboros/Network/Server.hs
@@ -32,6 +32,8 @@ import Ouroboros.Network.Snocket as Snocket
32
import Ouroboros.Network.Socket
33
34
35
+-- TODO: should be moved to `ouroboros-network-framework`
36
+-- It is needed in `ekg-forward` and probably wallet too.
37
with :: forall fd addr vNumber vData m a b.
38
( Alternative (STM m),
39
MonadAsync m,
0 commit comments