Skip to content
Snippets Groups Projects
Commit bf87649e authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-08 13:40:24 by panne]

*argl* Sorry, my usual Monday-typos...
parent 34b31428
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,8 @@ exitWith (ExitFailure n)
primExit n
ioError (IOError Nothing OtherError "exitWith" "exit should not return")
-- SUP: Although shutdownHaskellAndExit must be called "safe", because it *can*
-- re-enter Haskell land through finalizers
-- NOTE: shutdownHaskellAndExit must be called "safe", because it *can*
-- re-enter Haskell land through finalizers.
foreign import ccall "shutdownHaskellAndExit" primExit :: Int -> IO ()
exitFailure :: IO a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment