X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsExpr.lhs-boot;h=b56ef47231614efce691c10a561224a58a1eb0c6;hp=503701bf66e0eccb412617d12253ab245ec8a429;hb=a8427a4125e9b78e88a487eeabf018f1c6e8bc08;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/hsSyn/HsExpr.lhs-boot b/compiler/hsSyn/HsExpr.lhs-boot index 503701b..b56ef47 100644 --- a/compiler/hsSyn/HsExpr.lhs-boot +++ b/compiler/hsSyn/HsExpr.lhs-boot @@ -23,5 +23,5 @@ pprPatBind :: (OutputableBndr b, OutputableBndr i) => LPat b -> GRHSs i -> SDoc pprFunBind :: (OutputableBndr i) => - i -> MatchGroup i -> SDoc + i -> Bool -> MatchGroup i -> SDoc \end{code}