Comment wibble
[ghc-base.git] / GHC / TopHandler.lhs-boot
1 \begin{code}
2 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
3 module GHC.TopHandler ( reportError, reportStackOverflow ) where
4
5 import GHC.IOBase (IO)
6 import Control.OldException (Exception)
7
8 reportError :: Exception -> IO a
9 reportStackOverflow :: IO a
10 \end{code}