[project @ 2003-08-26 12:12:49 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot-6
index 5679aa8..5fdbdf5 100644 (file)
@@ -1,7 +1,7 @@
-__interface TypeRep 1 0 where
-__export TypeRep Type PredType Kind SuperKind ;
-1 data Type ;
-1 data PredType ;
-1 type Kind = Type ;
-1 type SuperKind = Type ;
+module TypeRep where
 
+data Type
+data SourceType
+type PredType = SourceType
+type Kind = Type
+type SuperKind = Type