apply-refact-0.8.1.0: tests/examples/ListRec3.hs.refact
[("tests/examples/ListRec3.hs:1:1-51: Warning: Use map\nFound:\n f a (x : xs) b = x + a + b : f a xs b\n f a [] b = []\nPerhaps:\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"}])]