Reorganisation of the source tree
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
diff --git a/compiler/basicTypes/IdInfo.lhs-boot b/compiler/basicTypes/IdInfo.lhs-boot
new file mode 100644 (file)
index 0000000..90cf36f
--- /dev/null
@@ -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