From: panne Date: Mon, 4 Aug 2003 18:20:44 +0000 (+0000) Subject: [project @ 2003-08-04 18:20:44 by panne] X-Git-Tag: nhc98-1-18-release~549 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=bf49462cfddfa22110a922d0417a5fc887fcf992;p=ghc-base.git [project @ 2003-08-04 18:20:44 by panne] Ooops, forgot one link in the last commit... --- 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