[project @ 2003-08-04 17:52:33 by panne]
[ghc-base.git] / 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)
 --
 -----------------------------------------------------------------------------