summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/IdInfo.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/IdInfo.lhs-boot')
-rw-r--r--compiler/basicTypes/IdInfo.lhs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/basicTypes/IdInfo.lhs-boot b/compiler/basicTypes/IdInfo.lhs-boot
new file mode 100644
index 0000000000..90cf36f90b
--- /dev/null
+++ b/compiler/basicTypes/IdInfo.lhs-boot
@@ -0,0 +1,9 @@
+\begin{code}
+module IdInfo where
+
+data IdInfo
+data GlobalIdDetails
+
+notGlobalId :: GlobalIdDetails
+seqIdInfo :: IdInfo -> ()
+\end{code} \ No newline at end of file