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