[project @ 1999-04-27 17:41:17 by sof]
authorsof <unknown>
Tue, 27 Apr 1999 17:41:20 +0000 (17:41 +0000)
committersof <unknown>
Tue, 27 Apr 1999 17:41:20 +0000 (17:41 +0000)
commit65bec1e302ef3791d64f7ed51f5efeac8756ee87
tree89ea5a9a03400c667f67cdc4cdf3e9aa4772822b
parent90c0b29e6d8d847e5357bd0a9df98e2846046db7
[project @ 1999-04-27 17:41:17 by sof]
* Added toplevel exception handler:

    topHandler :: Bool -- bomb on exception caught
               -> Exception
       -> IO ()

   for PrelMain.mainIO and Concurrent.forkIO to use

 * moved forkIO out of PrelConc and into Concurrent.
ghc/lib/std/PrelConc.lhs
ghc/lib/std/PrelErr.lhs
ghc/lib/std/PrelHandle.lhs
ghc/lib/std/PrelIOBase.lhs
ghc/lib/std/PrelMain.lhs