Reorganisation of the source tree
[ghc-hetmet.git] / compiler / basicTypes / DataCon.hi-boot-5
diff --git a/compiler/basicTypes/DataCon.hi-boot-5 b/compiler/basicTypes/DataCon.hi-boot-5
new file mode 100644 (file)
index 0000000..f5a8a2d
--- /dev/null
@@ -0,0 +1,5 @@
+__interface DataCon 1 0 where
+__export DataCon DataCon isExistentialDataCon dataConName ;
+1 data DataCon ;
+1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;
+1 dataConName :: DataCon -> Name.Name ;