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