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