X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=b7205a137f8864348a5ba44a5ea6308be8d398f4;hb=ac704fcac946590eef0ec91ae19f3b47d779a75f;hp=376aa684dd8ff098961d711e9af3895ae69545e7;hpb=c76c69c5b62f1ca4fa52d75b0dfbd37b7eddbb09;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index 376aa68..b7205a1 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -1,19 +1,19 @@ \begin{code} module TypeRep where -import {-# SOURCE #-} TyCon ( TyCon ) - data Type data PredType data TyThing -type Coercion = Type - type Kind = Type -tySuperKind :: Kind -coSuperKind :: Kind +type SuperKind = Type + +tySuperKind :: SuperKind +coSuperKind :: SuperKind + +isCoercionKind :: Kind -> Bool -isCoSuperKind :: Kind -> Bool +isCoSuperKind :: SuperKind -> Bool \end{code}