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