Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a -> m (Maybe b)
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index 2acd5a0..d519f62 100644 (file)
@@ -7,11 +7,6 @@ data TyThing
 
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
-isCoSuperKind :: SuperKind -> Bool
+isCoercionKind :: Kind -> Bool
 \end{code}