Reorganisation of the source tree
[ghc-hetmet.git] / compiler / types / TyCon.hi-boot-5
diff --git a/compiler/types/TyCon.hi-boot-5 b/compiler/types/TyCon.hi-boot-5
new file mode 100644 (file)
index 0000000..1f040d7
--- /dev/null
@@ -0,0 +1,6 @@
+__interface TyCon 1 0 where
+__export TyCon TyCon isTupleTyCon isUnboxedTupleTyCon isFunTyCon setTyConName ;
+1 data TyCon ;
+1 isTupleTyCon :: TyCon -> PrelBase.Bool ;
+1 isUnboxedTupleTyCon :: TyCon -> PrelBase.Bool ;
+1 isFunTyCon :: TyCon -> PrelBase.Bool ;