From 4618e6c0c7859a3f3407e0f5eb62f1be25d2adb2 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 4 Aug 2003 17:52:33 +0000 Subject: [PATCH] [project @ 2003-08-04 17:52:33 by panne] Synched comments with reality --- GHC/TopHandler.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- ----------------------------------------------------------------------------- -- 1.7.10.4