* TypeRep.lhs and TypeRep.lhs-boot didn't agree on their signatures (SuperKind vs...
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index 376aa68..b259005 100644 (file)
@@ -11,9 +11,11 @@ type Coercion = Type
 
 type Kind = Type
 
-tySuperKind :: Kind
-coSuperKind :: Kind
+type SuperKind = Type
 
-isCoSuperKind :: Kind -> Bool
+tySuperKind :: SuperKind
+coSuperKind :: SuperKind
+
+isCoSuperKind :: SuperKind -> Bool
 \end{code}