[project @ 2004-10-18 11:38:41 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot
index 68e5167..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 ;;
+1 type SuperKind = Type ;