packages feed

apply-refact-0.8.1.0: tests/examples/Default6.hs.refact

[("tests/examples/Default6.hs:1:7-22: Warning: Use concatMap\nFound:\n  concat $ map f x\nPerhaps:\n  concatMap f x\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 1, startCol = 7, endLine = 1, endCol = 23}, subts = [("f",SrcSpan {startLine = 1, startCol = 20, endLine = 1, endCol = 21}),("x",SrcSpan {startLine = 1, startCol = 22, endLine = 1, endCol = 23})], orig = "concatMap f x"}])]