summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exception.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Exception.lhs-boot')
-rw-r--r--libraries/base/GHC/Exception.lhs-boot19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/base/GHC/Exception.lhs-boot b/libraries/base/GHC/Exception.lhs-boot
deleted file mode 100644
index dfd80131ad..0000000000
--- a/libraries/base/GHC/Exception.lhs-boot
+++ /dev/null
@@ -1,19 +0,0 @@
-
-\begin{code}
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Exception where
-
-import {-# SOURCE #-} qualified GHC.IOBase as IOB
-
-class Exception e
-
-data SomeException
-
-instance Exception IOB.Exception
-
-throwIO :: Exception e => e -> IOB.IO a
-
-toException :: Exception e => e -> SomeException
-\end{code}
-