summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Real.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Real.hs-boot')
-rw-r--r--libraries/base/GHC/Real.hs-boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/base/GHC/Real.hs-boot b/libraries/base/GHC/Real.hs-boot
new file mode 100644
index 0000000000..b462c1c299
--- /dev/null
+++ b/libraries/base/GHC/Real.hs-boot
@@ -0,0 +1,7 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+
+module GHC.Real where
+
+import GHC.Types ()
+
+class Integral a