[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-5
index ea08f44..cbd894c 100644 (file)
@@ -1,5 +1,5 @@
 __interface DataCon 1 0 where
-__export DataCon DataCon dataConType isExistentialDataCon ;
+__export DataCon DataCon dataConRepType isExistentialDataCon ;
 1 data DataCon ;
-1 dataConType :: DataCon -> TypeRep.Type ;
+1 dataConRepType :: DataCon -> TypeRep.Type ;
 1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;