add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b99fdd3..d519f62 100644 (file)
@@ -4,5 +4,9 @@ module TypeRep where
 data Type
 data PredType
 data TyThing
+
+type Kind = Type
+
+isCoercionKind :: Kind -> Bool
 \end{code}