[project @ 2003-08-04 17:52:33 by panne]
authorpanne <unknown>
Mon, 4 Aug 2003 17:52:33 +0000 (17:52 +0000)
committerpanne <unknown>
Mon, 4 Aug 2003 17:52:33 +0000 (17:52 +0000)
Synched comments with reality

GHC/TopHandler.lhs

index 691af14..03e5463 100644 (file)
@@ -9,9 +9,8 @@
 -- Stability   :  internal
 -- Portability :  non-portable (GHC Extensions)
 --
--- Top-level IO actions want to catch exceptions (e.g., 'forkIO' and 
--- 'GHC.Main.mainIO') and report them - 'topHandler' is the exception
--- handler they should use for this.
+-- Support for catching exceptions raised during top-level computations
+-- (e.g. @Main.main@, 'Control.Concurrent.forkIO', and foreign exports)
 --
 -----------------------------------------------------------------------------