Fixed dead links in documentation of forkIO
authorBas van Dijk <v.dijk.bas@gmail.com>
Mon, 8 Mar 2010 22:24:15 +0000 (22:24 +0000)
committerBas van Dijk <v.dijk.bas@gmail.com>
Mon, 8 Mar 2010 22:24:15 +0000 (22:24 +0000)
GHC/Conc.lhs

index a2607ac..97a9ef2 100644 (file)
@@ -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').
 -}