
18 Apr
2002
18 Apr
'02
11:49 p.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.