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 74686bf commit 708bc32Copy full SHA for 708bc32
src/System/Process/Typed.hs
@@ -603,7 +603,9 @@ mkStreamSpec ss f = mkManagedStreamSpec ($ ss) f
603
--
604
-- @since 0.2.10.0
605
mkPipeStreamSpec :: (ProcessConfig () () () -> Handle -> IO (a, IO ()))
606
+ -- ^
607
-> StreamSpec streamType a
608
609
mkPipeStreamSpec f = mkStreamSpec P.CreatePipe $ \pc mh ->
610
case mh of
611
Just h -> f pc h
0 commit comments