[("tests/examples/Bracket31.hs:1:7-22: Suggestion: Move brackets to avoid $\nFound:\n (a b $ c d) ++ e\nPerhaps:\n a b (c d) ++ e\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 1, startCol = 7, endLine = 1, endCol = 18}, subts = [("a",SrcSpan {startLine = 1, startCol = 8, endLine = 1, endCol = 11}),("b",SrcSpan {startLine = 1, startCol = 14, endLine = 1, endCol = 17})], orig = "a (b)"}])]