Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b99fdd3..2acd5a0 100644 (file)
@@ -4,5 +4,14 @@ module TypeRep where
 data Type
 data PredType
 data TyThing
+
+type Kind = Type
+
+type SuperKind = Type
+
+tySuperKind :: SuperKind
+coSuperKind :: SuperKind
+
+isCoSuperKind :: SuperKind -> Bool
 \end{code}