From 42f643950c41a6a5717c7b0d61a7846b43c66c39 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 8 Mar 2010 22:24:15 +0000 Subject: [PATCH] Fixed dead links in documentation of forkIO --- GHC/Conc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'). -} -- 1.7.10.4