[("tests/examples/ListRec4.hs:1:1: Warning: Use foldM\nFound:\n f [] a = return a\n f (x : xs) a = a + x >>= \\ fax -> f xs fax\nWhy not:\n f xs a = foldM (+) a xs\n",[Replace {rtype = Decl, pos = SrcSpan {startLine = 1, startCol = 1, endLine = 1, endCol = 60}, subts = [], orig = "f xs a = foldM (+) a xs"}])]