[project @ 2003-07-23 15:31:06 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot
index 5f779df..c101eb6 100644 (file)
@@ -1,7 +1,9 @@
 _interface_ TypeRep 1
-_exports_ TypeRep Type Kind SuperKind ;
+_exports_ TypeRep Type SourceType PredType Kind SuperKind ;
 _declarations_
 1 data Type ;
+1 data SourceType ;
+1 type PredType = SourceType ;
 1 type Kind = Type ;
 1 type SuperKind = Type ;