fix error in .hi-boot-6
authorSimon Marlow <simonmar@microsoft.com>
Wed, 5 Sep 2007 11:25:03 +0000 (11:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 5 Sep 2007 11:25:03 +0000 (11:25 +0000)
compiler/hsSyn/HsExpr.hi-boot-6

index 40e18ef..e16d32b 100644 (file)
@@ -19,4 +19,4 @@ pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) =>
        HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc
 
 pprFunBind :: (Outputable.OutputableBndr i) => 
-       i -> HsExpr.MatchGroup i -> Outputable.SDoc
+       i -> GHC.Base.Bool -> HsExpr.MatchGroup i -> Outputable.SDoc