[project @ 2002-03-14 15:47:52 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.hi-boot-6
index 5679aa8..c3c89b0 100644 (file)
@@ -1,7 +1,6 @@
-__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 PredType
+type Kind = Type
+type SuperKind = Type