[project @ 1999-11-01 17:09:54 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-5
index 7d1cece..ea08f44 100644 (file)
@@ -1,3 +1,5 @@
 __interface DataCon 1 0 where
-__export DataCon DataCon ;
+__export DataCon DataCon dataConType isExistentialDataCon ;
 1 data DataCon ;
+1 dataConType :: DataCon -> TypeRep.Type ;
+1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;