Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / types / TyCon.lhs-boot
diff --git a/ghc/compiler/types/TyCon.lhs-boot b/ghc/compiler/types/TyCon.lhs-boot
deleted file mode 100644 (file)
index 83b4b7d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-\begin{code}
-module TyCon where
-
-data TyCon
-
-isTupleTyCon       :: TyCon -> Bool
-isUnboxedTupleTyCon :: TyCon -> Bool
-isFunTyCon         :: TyCon -> Bool
-\end{code}