[("tests/examples/Lambda29.hs:1:5-27: Suggestion: Avoid lambda\nFound:\n \\ z -> foo $ bar $ baz z\nPerhaps:\n foo . bar . baz\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 1, startCol = 5, endLine = 1, endCol = 28}, subts = [("a",SrcSpan {startLine = 1, startCol = 11, endLine = 1, endCol = 14}),("b",SrcSpan {startLine = 1, startCol = 17, endLine = 1, endCol = 20}),("c",SrcSpan {startLine = 1, startCol = 23, endLine = 1, endCol = 26})], orig = "a . b . c"}]),("tests/examples/Lambda29.hs:1:29-33: Suggestion: Redundant where\nFound:\n where\nPerhaps you should remove it.\n",[])]