[project @ 2002-10-02 09:36:00 by wolfgang]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot
index 68e5167..c9fc223 100644 (file)
@@ -1,7 +1,8 @@
 _interface_ TypeRep 1
-_exports_ TypeRep Type Kind SuperKind ;
+_exports_ TypeRep Type PredType Kind SuperKind ;
 _declarations_
 1 data Type ;
+1 data PredType ;
 1 type Kind = Type ;
-1 type SuperKind = Type ;;
+1 type SuperKind = Type ;