From 5ba59750c2005575da6d1ab199aae369d3d81c0c Mon Sep 17 00:00:00 2001 From: "shae@ScannedInAvian.com" Date: Thu, 24 May 2007 16:33:25 +0000 Subject: [PATCH] Control.Concurrent documentation fix --- Control/Concurrent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 45d2029..d9c35b8 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -496,7 +496,7 @@ runInUnboundThread action = do > takeMVar m > waitForChildren > -> forkChild :: IO () -> IO () +> forkChild :: IO () -> IO ThreadId > forkChild io = do > mvar <- newEmptyMVar > childs <- takeMVar children -- 1.7.10.4