X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FTypeRep.hi-boot;h=c101eb68ecca31399326aaac89e7e21e766529f3;hb=b180d2d4959b3b5b8361afc8329f40479176555b;hp=5f779dfe5fb23409a3989b81ed8bb3683b530ee4;hpb=4a28e396042adb96dbfd8f8adb034be1da5b6fbe;p=ghc-hetmet.git diff --git a/ghc/compiler/types/TypeRep.hi-boot b/ghc/compiler/types/TypeRep.hi-boot index 5f779df..c101eb6 100644 --- a/ghc/compiler/types/TypeRep.hi-boot +++ b/ghc/compiler/types/TypeRep.hi-boot @@ -1,7 +1,9 @@ _interface_ TypeRep 1 -_exports_ TypeRep Type Kind SuperKind ; +_exports_ TypeRep Type SourceType PredType Kind SuperKind ; _declarations_ 1 data Type ; +1 data SourceType ; +1 type PredType = SourceType ; 1 type Kind = Type ; 1 type SuperKind = Type ;