You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of,
<@ [1;2;3;] |> List.map (fun i -> i+1) @> |> source
producing
"[1; 2; 3] |> let mapping = fun i -> i + 1 in fun list -> List.map mapping list"
should produce
[1;2;3;] |> List.map (fun i -> i+1)
N.B. I consider this a high value but non-trivial feature.
Original issue reported on code.google.com by stephen....@gmail.com on 22 Mar 2011 at 1:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephen....@gmail.com
on 22 Mar 2011 at 1:19The text was updated successfully, but these errors were encountered: