
19 Apr
2002
19 Apr
'02
3:49 a.m.
As a workaround I suggest importing shutdownHaskellAndExit from the run-time system:
foreign import shutdownHaskellAndExit :: Int -> IO ()
Unfortunately, this will still give me uncaught exceptins using the Haskell "error" function... any ideas to solve this? Thanks, -- Andre W.