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