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=f6a68d3109f977fe4431df51d1412d916e7c08da 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}