summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Id/Info.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Id/Info.hs-boot')
-rw-r--r--compiler/GHC/Types/Id/Info.hs-boot11
1 files changed, 11 insertions, 0 deletions
diff --git a/compiler/GHC/Types/Id/Info.hs-boot b/compiler/GHC/Types/Id/Info.hs-boot
new file mode 100644
index 0000000000..c6912344aa
--- /dev/null
+++ b/compiler/GHC/Types/Id/Info.hs-boot
@@ -0,0 +1,11 @@
+module GHC.Types.Id.Info where
+import GhcPrelude
+import Outputable
+data IdInfo
+data IdDetails
+
+vanillaIdInfo :: IdInfo
+coVarDetails :: IdDetails
+isCoVarDetails :: IdDetails -> Bool
+pprIdDetails :: IdDetails -> SDoc
+