From 63771284cf3d45a788ba1cfc9edb1d182168de2a Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 17 Oct 2007 12:02:12 +0000 Subject: [PATCH] Update HsExpr.hi-boot-6 for view pattern changes --- compiler/hsSyn/HsExpr.hi-boot-6 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/hsSyn/HsExpr.hi-boot-6 b/compiler/hsSyn/HsExpr.hi-boot-6 index e16d32b..62b1306 100644 --- a/compiler/hsSyn/HsExpr.hi-boot-6 +++ b/compiler/hsSyn/HsExpr.hi-boot-6 @@ -9,6 +9,9 @@ type LHsExpr a = SrcLoc.Located (HsExpr a) type SyntaxExpr a = HsExpr a type PostTcExpr = HsExpr Var.Id +pprLExpr :: (Outputable.OutputableBndr i) => + LHsExpr i -> Outputable.SDoc + pprExpr :: (Outputable.OutputableBndr i) => HsExpr.HsExpr i -> Outputable.SDoc @@ -18,5 +21,5 @@ pprSplice :: (Outputable.OutputableBndr i) => pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) => HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc -pprFunBind :: (Outputable.OutputableBndr i) => - i -> GHC.Base.Bool -> HsExpr.MatchGroup i -> Outputable.SDoc +pprFunBind :: (Outputable.OutputableBndr idL, Outputable.OutputableBndr idR) => + idL -> GHC.Base.Bool -> HsExpr.MatchGroup idR -> Outputable.SDoc -- 1.7.10.4