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
This allows a useful pattern for expressing curried function arguments with `:`. E.g.
files.get(fileName).fold:
"not found"
:
f => f.readLine()
Without the change here, the second `:` would have to be on the same column as `files`.
0 commit comments