From: panne Date: Mon, 4 Aug 2003 17:52:33 +0000 (+0000) Subject: [project @ 2003-08-04 17:52:33 by panne] X-Git-Tag: nhc98-1-18-release~551 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4618e6c0c7859a3f3407e0f5eb62f1be25d2adb2;p=ghc-base.git [project @ 2003-08-04 17:52:33 by panne] Synched comments with reality --- diff --git a/GHC/TopHandler.lhs b/GHC/TopHandler.lhs index 691af14..03e5463 100644 --- a/GHC/TopHandler.lhs +++ b/GHC/TopHandler.lhs @@ -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) -- -----------------------------------------------------------------------------