Fixed uninitialised FunBind fun_tick field
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b99fdd3..b7205a1 100644 (file)
@@ -4,5 +4,16 @@ module TypeRep where
 data Type
 data PredType
 data TyThing
+
+type Kind = Type
+
+type SuperKind = Type
+
+tySuperKind :: SuperKind
+coSuperKind :: SuperKind
+
+isCoercionKind :: Kind -> Bool
+
+isCoSuperKind :: SuperKind -> Bool
 \end{code}