[project @ 2003-08-04 18:20:44 by panne]
[haskell-directory.git] / 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