Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / typecheck / TcMatches.lhs-boot
index bb9fa66..e50949f 100644 (file)
@@ -9,7 +9,7 @@ tcGRHSsPat    :: GRHSs Name
              -> BoxyRhoType
              -> TcM (GRHSs TcId)
 
-tcMatchesFun :: Name
+tcMatchesFun :: Name -> Bool
             -> MatchGroup Name
             -> BoxyRhoType
             -> TcM (HsWrapper, MatchGroup TcId)