VS 2013, VFPT 3.1.2  the code ``` fsharp let foo (f: unit -> unit) = f() let foo(): unit = foo <| fun _ -> ["a"] |> List.map (fun x -> x.) ```