X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=fe8fd59d1b91c99b9d1b12ca27fcf30fb379588b;hp=b7205a137f8864348a5ba44a5ea6308be8d398f4;hb=18691d440f90a3dff4ef538091c886af505e5cf5;hpb=ac704fcac946590eef0ec91ae19f3b47d779a75f 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}