[("tests/examples/Default105.hs:1:1-51: Warning: Redundant lambda\nFound:\n g = \\ f -> parseFile f >>= (\\ cu -> return (f, cu))\nPerhaps:\n g f = parseFile f >>= (\\ cu -> return (f, cu))\n",[Replace {rtype = Decl, pos = SrcSpan {startLine = 1, startCol = 1, endLine = 1, endCol = 52}, subts = [("body",SrcSpan {startLine = 1, startCol = 12, endLine = 1, endCol = 52}),("a",SrcSpan {startLine = 1, startCol = 7, endLine = 1, endCol = 8})], orig = "g a = body"}])]