* TypeRep.lhs and TypeRep.lhs-boot didn't agree on their signatures (SuperKind vs...
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
index 7705650..b89d170 100644 (file)
@@ -397,6 +397,7 @@ isTySuperKind (NoteTy _ ty)    = isTySuperKind ty
 isTySuperKind (TyConApp kc []) = kc `hasKey` tySuperKindTyConKey
 isTySuperKind other            = False
 
+isCoSuperKind :: SuperKind -> Bool
 isCoSuperKind (NoteTy _ ty)    = isCoSuperKind ty
 isCoSuperKind (TyConApp kc []) = kc `hasKey` coSuperKindTyConKey
 isCoSuperKind other            = False