[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot
index f11d4e4..9a19a92 100644 (file)
@@ -1,7 +1,7 @@
 _interface_ DataCon 1
 _exports_
-DataCon DataCon dataConType isExistentialDataCon ;
+DataCon DataCon dataConRepType isExistentialDataCon ;
 _declarations_
 1 data DataCon ;
-1 dataConType _:_ DataCon -> TypeRep.Type ;;
+1 dataConRepType _:_ DataCon -> TypeRep.Type ;;
 1 isExistentialDataCon _:_ DataCon -> PrelBase.Bool ;;