X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=d519f62d2da1e045943d525a8d6403d5685eba58;hb=35fb5c6ff0861be5ab72df799df536982d3966b8;hp=b99fdd3321615e97db062b2521bfdb4f0ce42775;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index b99fdd3..d519f62 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -4,5 +4,9 @@ module TypeRep where data Type data PredType data TyThing + +type Kind = Type + +isCoercionKind :: Kind -> Bool \end{code}