[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / compiler / types / Type.hi-boot
index 70e81f1..9b28e75 100644 (file)
@@ -1,8 +1,8 @@
 _interface_ Type 1
 _exports_
-Type Type GenType ;
+Type Type GenType Kind ;
 _declarations_
-
 1 type Type = GenType BasicTypes.Unused ;
+1 type Kind = Type ;
 1 data GenType a ;