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