Currently codefix is activated for this code: ```fsharp let incAll = List.map (n => n + 1) ``` But not for this code: ```fsharp let getPositives = List.filter (n => n > 0) ``` Not a bug, but would be useful.