[("tests/examples/ListRec3.hs:1:1: Error: Use map\nFound:\n f a (x : xs) b = x + a + b : f a xs b\n f a [] b = []\nWhy not:\n f a xs b = map (\\ x -> x + a + b) xs\n",[Replace {rtype = Decl, pos = SrcSpan {startLine = 1, startCol = 1, endLine = 1, endCol = 52}, subts = [], orig = "f a xs b = map (\\ x -> x + a + b) xs"}])]