Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / hsSyn / HsExpr.lhs-boot
index 503701b..b56ef47 100644 (file)
@@ -23,5 +23,5 @@ pprPatBind :: (OutputableBndr b, OutputableBndr i) =>
        LPat b -> GRHSs i -> SDoc
 
 pprFunBind :: (OutputableBndr i) => 
        LPat b -> GRHSs i -> SDoc
 
 pprFunBind :: (OutputableBndr i) => 
-       i -> MatchGroup i -> SDoc
+       i -> Bool -> MatchGroup i -> SDoc
 \end{code}
 \end{code}