[project @ 2003-09-08 11:52:24 by simonmar]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-5
index e641a92..07a8c68 100644 (file)
@@ -1,4 +1,4 @@
 __interface DataCon 1 0 where
-__export DataCon DataCon dataConType ;
+__export DataCon DataCon isExistentialDataCon ;
 1 data DataCon ;
-1 dataConType :: DataCon -> Type.Type ;
+1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;