Use extensible exceptions at the lowest level
[ghc-base.git] / GHC / IOBase.lhs-boot
1
2 \begin{code}
3 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
4
5 module GHC.IOBase where
6
7 data Exception
8 data IO a
9 \end{code}
10