[project @ 2003-08-04 18:20:44 by panne]
authorpanne <unknown>
Mon, 4 Aug 2003 18:20:44 +0000 (18:20 +0000)
committerpanne <unknown>
Mon, 4 Aug 2003 18:20:44 +0000 (18:20 +0000)
Ooops, forgot one link in the last commit...

GHC/TopHandler.lhs

index 03e5463..5fc3236 100644 (file)
@@ -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