Skip to content
Snippets Groups Projects
Commit 807c467f authored by Michael Snoyman's avatar Michael Snoyman Committed by GitHub
Browse files

Merge pull request #97 from jml/patch-1

Export withCreateProcess documentation
parents 88547b0f 13db2962
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,6 @@ createProcess cp = do
| hdl /= stdin && hdl /= stdout && hdl /= stderr = hClose hdl
maybeCloseStd _ = return ()
{-
-- | A 'C.bracket'-style resource handler for 'createProcess'.
--
-- Does automatic cleanup when the action finishes. If there is an exception
......@@ -214,7 +213,6 @@ createProcess cp = do
-- > ...
--
-- @since 1.4.3.0
-}
withCreateProcess
:: CreateProcess
-> (Maybe Handle -> Maybe Handle -> Maybe Handle -> ProcessHandle -> IO a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment