[project @ 2000-10-03 08:43:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot
index 3761c8f..9a19a92 100644 (file)
@@ -1,5 +1,7 @@
 _interface_ DataCon 1
 _exports_
-DataCon DataCon ;
+DataCon DataCon dataConRepType isExistentialDataCon ;
 _declarations_
 1 data DataCon ;
+1 dataConRepType _:_ DataCon -> TypeRep.Type ;;
+1 isExistentialDataCon _:_ DataCon -> PrelBase.Bool ;;