It would be awsome if you could write
xs |> List.map (x => x.y)
instead of
xs |> List.map (fun => x.y)
Yes, that's part of the new syntax in master =)
Will close this once we release it
Closing now because we're probably shipping soon!
Most helpful comment
Yes, that's part of the new syntax in master =)
Will close this once we release it