X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=d519f62d2da1e045943d525a8d6403d5685eba58;hb=35fb5c6ff0861be5ab72df799df536982d3966b8;hp=2acd5a01d228c90a7b685732a52ce00f30ec872a;hpb=f37e239fb5e81fc493e0ea1af98178bf1f7ceaba;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index 2acd5a0..d519f62 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -7,11 +7,6 @@ data TyThing type Kind = Type -type SuperKind = Type - -tySuperKind :: SuperKind -coSuperKind :: SuperKind - -isCoSuperKind :: SuperKind -> Bool +isCoercionKind :: Kind -> Bool \end{code}