X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FTypeRep.hi-boot-5;h=80452e4d2f6e068ec2af01aa023fec40d655a9fd;hb=19da321b73fb79535f72bf4abac69a3592f10e6d;hp=f12a1df7f0fb23256464564c390eeeb18f1ded2d;hpb=9d787ef5a8072b6c1f576f2de1b66edfa59813ed;p=ghc-hetmet.git diff --git a/ghc/compiler/types/TypeRep.hi-boot-5 b/ghc/compiler/types/TypeRep.hi-boot-5 index f12a1df..80452e4 100644 --- a/ghc/compiler/types/TypeRep.hi-boot-5 +++ b/ghc/compiler/types/TypeRep.hi-boot-5 @@ -1,6 +1,9 @@ __interface TypeRep 1 0 where -__export TypeRep Type Kind SuperKind ; +__export TypeRep Type SourceType PredType Kind SuperKind TyThing ; 1 data Type ; +1 data SourceType ; +1 data TyThing ; +1 type PredType = SourceType ; 1 type Kind = Type ; 1 type SuperKind = Type ;