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