X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=d519f62d2da1e045943d525a8d6403d5685eba58;hb=35fb5c6ff0861be5ab72df799df536982d3966b8;hp=376aa684dd8ff098961d711e9af3895ae69545e7;hpb=c76c69c5b62f1ca4fa52d75b0dfbd37b7eddbb09;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index 376aa68..d519f62 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -1,19 +1,12 @@ \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 - -isCoSuperKind :: Kind -> Bool +isCoercionKind :: Kind -> Bool \end{code}