[project @ 2003-08-04 17:30:53 by panne]
authorpanne <unknown>
Mon, 4 Aug 2003 17:30:53 +0000 (17:30 +0000)
committerpanne <unknown>
Mon, 4 Aug 2003 17:30:53 +0000 (17:30 +0000)
Fixed hyperlink (at least for GHC docs :-)

Control/Exception.hs

index 12074d9..2db472f 100644 (file)
@@ -477,7 +477,7 @@ With 'takeMVar' interruptible, however, we can be
 safe in the knowledge that the thread can receive exceptions right up
 until the point when the 'takeMVar' succeeds.
 Similar arguments apply for other interruptible operations like
-'IO.openFile'.
+'GHC.Handle.openFile'.
 -}
 
 -- -----------------------------------------------------------------------------