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