[("tests/examples/LambdaCase01.hs:4:8-14: Warning: Use id\nFound:\n \\ x -> x\nPerhaps:\n id\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 4, startCol = 8, endLine = 4, endCol = 15}, subts = [], orig = "id"}]),("tests/examples/LambdaCase01.hs:5:8-14: Suggestion: Use const\nFound:\n \\ x -> 0\nPerhaps:\n (const 0)\n",[Replace {rtype = Expr, pos = SrcSpan {startLine = 5, startCol = 8, endLine = 5, endCol = 15}, subts = [], orig = "(const 0)"}])]