[project @ 1999-01-07 11:13:29 by simonm]
authorsimonm <unknown>
Thu, 7 Jan 1999 11:13:29 +0000 (11:13 +0000)
committersimonm <unknown>
Thu, 7 Jan 1999 11:13:29 +0000 (11:13 +0000)
Sync up with .hi-boot file.

ghc/compiler/types/Type.hi-boot-5

index 1500a3b..971c926 100644 (file)
@@ -1,6 +1,6 @@
 __interface Type 1 0 where
-__export Type Type GenType Kind ;
-1 type Type = GenType BasicTypes.Unused ;
+__export Type Type Kind SuperKind ;
+1 data Type ;
 1 type Kind = Type ;
-1 data GenType a ;
+1 type SuperKind = Type ;