[project @ 1999-05-18 14:59:04 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelMain.lhs
index 9f176fd..3307bb7 100644 (file)
@@ -21,4 +21,3 @@ mainIO :: IO ()               -- It must be of type (IO t) because that's what
                        -- make sure this type signature stays!
 mainIO = catchException Main.main (topHandler True)
 \end{code}
-