X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FPprType.hi-boot-5;h=75ea5c9e2bd9e1a2f41258ed2e8283718d52bc4f;hb=35c63bfcf979854cbe034a134dbcb7505313bbef;hp=b08f9b86ea585cde19b6e1f2c98e65536dd33526;hpb=9d787ef5a8072b6c1f576f2de1b66edfa59813ed;p=ghc-hetmet.git diff --git a/ghc/compiler/types/PprType.hi-boot-5 b/ghc/compiler/types/PprType.hi-boot-5 index b08f9b8..75ea5c9 100644 --- a/ghc/compiler/types/PprType.hi-boot-5 +++ b/ghc/compiler/types/PprType.hi-boot-5 @@ -1,4 +1,5 @@ __interface PprType 1 0 where -__export PprType pprType ; +__export PprType pprType pprPred ; 1 pprType :: TypeRep.Type -> Outputable.SDoc ; +1 pprPred :: Type.PredType -> Outputable.SDoc ;