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