[("tests/examples/Lambda27.hs:1:7-20: Suggestion: Avoid lambda\nFound:\n \\ x y -> op y x\nPerhaps:\n flip op\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 1, startCol = 7, endLine = 1, endCol = 21}, subts = [("x",SrcSpan {startLine = 1, startCol = 15, endLine = 1, endCol = 17})], orig = "flip x"}]),("tests/examples/Lambda27.hs:1:22-26: Suggestion: Redundant where\nFound:\n where\nPerhaps you should remove it.\n",[])]