[("tests/examples/ListRec1.hs:1:1-35: Warning: Use map\nFound:\n f (x : xs) = x + 1 : f xs\n f [] = []\nPerhaps:\n f xs = map (+ 1) xs\n",[Replace {rtype = Decl, pos = SrcSpan {startLine = 1, startCol = 1, endLine = 1, endCol = 36}, subts = [], orig = "f xs = map (+ 1) xs"}])]