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