add runIOFastExit :: IO a -> IO a
authorSimon Marlow <simonmar@microsoft.com>
Mon, 20 Mar 2006 12:43:33 +0000 (12:43 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 20 Mar 2006 12:43:33 +0000 (12:43 +0000)
commitecf3d153674b49adf8ef27d654c8732e7f7fbdd0
tree1c9903f0872ee3d86a889d0dabcd1a42f43a6d88
parent6cfbd0444981c074bae10a3cf72733bcb8597bef
add runIOFastExit :: IO a -> IO a
Similar to runIO, but calls stg_exit() directly to exit, rather than
shutdownHaskellAndExit().  Needed for running GHCi in the test suite.
GHC/TopHandler.lhs