summaryrefslogtreecommitdiff
path: root/compiler/types/TyCon.hi-boot-5
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/TyCon.hi-boot-5')
-rw-r--r--compiler/types/TyCon.hi-boot-56
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/types/TyCon.hi-boot-5 b/compiler/types/TyCon.hi-boot-5
new file mode 100644
index 0000000000..1f040d73e1
--- /dev/null
+++ b/compiler/types/TyCon.hi-boot-5
@@ -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 ;