[project @ 2003-02-06 19:39:35 by tgedell]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot-5
index 5679aa8..8de82fc 100644 (file)
@@ -1,7 +1,8 @@
 __interface TypeRep 1 0 where
-__export TypeRep Type PredType Kind SuperKind ;
+__export TypeRep Type SourceType PredType Kind SuperKind ;
 1 data Type ;
-1 data PredType ;
+1 data SourceType ;
+1 type PredType = SourceType ;
 1 type Kind = Type ;
 1 type SuperKind = Type ;