[project @ 2003-01-23 14:54:35 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot
index e1a6dae..9a19a92 100644 (file)
@@ -1,6 +1,7 @@
 _interface_ DataCon 1
 _exports_
-DataCon DataCon dataConType ;
+DataCon DataCon dataConRepType isExistentialDataCon ;
 _declarations_
 1 data DataCon ;
-1 dataConType _:_ DataCon -> TypeRep.Type ;;
+1 dataConRepType _:_ DataCon -> TypeRep.Type ;;
+1 isExistentialDataCon _:_ DataCon -> PrelBase.Bool ;;