[("tests/examples/Default30.hs:1:7-48: Suggestion: Use zipWith\nFound:\n map (uncurry (+)) $ zip [1 .. 5] [6 .. 10]\nPerhaps:\n zipWith (curry (uncurry (+))) [1 .. 5] [6 .. 10]\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 1, startCol = 7, endLine = 1, endCol = 49}, subts = [("f",SrcSpan {startLine = 1, startCol = 11, endLine = 1, endCol = 24}),("x",SrcSpan {startLine = 1, startCol = 31, endLine = 1, endCol = 39}),("y",SrcSpan {startLine = 1, startCol = 40, endLine = 1, endCol = 49})], orig = "zipWith (curry f) x y"}])]