add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b7205a1..d519f62 100644 (file)
@@ -7,13 +7,6 @@ data TyThing
 
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
 isCoercionKind :: Kind -> Bool
-
-isCoSuperKind :: SuperKind -> Bool
 \end{code}