Reorganisation of the source tree
[ghc-hetmet.git] / compiler / basicTypes / MkId.lhs-boot
diff --git a/compiler/basicTypes/MkId.lhs-boot b/compiler/basicTypes/MkId.lhs-boot
new file mode 100644 (file)
index 0000000..4f9615a
--- /dev/null
@@ -0,0 +1,9 @@
+\begin{code}
+module MkId where
+import Name( Name )
+import DataCon( DataCon, DataConIds )
+
+mkDataConIds :: Name -> Name -> DataCon -> DataConIds
+\end{code}
+
+