X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;h=376aa684dd8ff098961d711e9af3895ae69545e7;hb=4c6584511f12354e0c8adaa8923be5f58471e68a;hp=b99fdd3321615e97db062b2521bfdb4f0ce42775;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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}