[project @ 2003-10-30 16:01:49 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-5
index 31963e3..f5a8a2d 100644 (file)
@@ -1,4 +1,5 @@
 __interface DataCon 1 0 where
-__export DataCon DataCon dataConType ;
+__export DataCon DataCon isExistentialDataCon dataConName ;
 1 data DataCon ;
-1 dataConType :: DataCon -> TypeRep.Type ;
+1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;
+1 dataConName :: DataCon -> Name.Name ;