From: Bas van Dijk Date: Mon, 8 Mar 2010 22:24:15 +0000 (+0000) Subject: Fixed dead links in documentation of forkIO X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=42f643950c41a6a5717c7b0d61a7846b43c66c39;p=ghc-base.git Fixed dead links in documentation of forkIO --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index a2607ac..97a9ef2 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -215,7 +215,7 @@ GHC note: the new thread inherits the /blocked/ state of the parent (see 'Control.Exception.block'). The newly created thread has an exception handler that discards the -exceptions 'BlockedOnDeadMVar', 'BlockedIndefinitely', and +exceptions 'BlockedIndefinitelyOnMVar', 'BlockedIndefinitelyOnSTM', and 'ThreadKilled', and passes all other exceptions to the uncaught exception handler (see 'setUncaughtExceptionHandler'). -}