From bf49462cfddfa22110a922d0417a5fc887fcf992 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 4 Aug 2003 18:20:44 +0000 Subject: [PATCH] [project @ 2003-08-04 18:20:44 by panne] Ooops, forgot one link in the last commit... --- GHC/TopHandler.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/TopHandler.lhs b/GHC/TopHandler.lhs index 03e5463..5fc3236 100644 --- a/GHC/TopHandler.lhs +++ b/GHC/TopHandler.lhs @@ -28,7 +28,7 @@ import GHC.IOBase import GHC.Exception import GHC.Prim (unsafeCoerce#) --- | 'runIO' is wrapped around 'Main.main' by @TcModule@. It is also wrapped +-- | 'runIO' is wrapped around @Main.main@ by @TcModule@. It is also wrapped -- around every @foreign export@ and @foreign import \"wrapper\"@ to mop up -- any uncaught exceptions. Thus, the result of running -- 'System.Exit.exitWith' in a foreign-exported function is the same as -- 1.7.10.4