summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/RepType.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/RepType.hs-boot')
-rw-r--r--compiler/GHC/Types/RepType.hs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/GHC/Types/RepType.hs-boot b/compiler/GHC/Types/RepType.hs-boot
new file mode 100644
index 0000000000..e20d66b6e9
--- /dev/null
+++ b/compiler/GHC/Types/RepType.hs-boot
@@ -0,0 +1,9 @@
+module GHC.Types.RepType where
+
+import Data.Bool
+import GHC.Core.TyCo.Rep (Type)
+import GHC.Utils.Misc (HasDebugCallStack)
+
+isZeroBitTy :: HasDebugCallStack => Type -> Bool
+
+