What's the idea behind having function parameters ...
# getting-started
j
What's the idea behind having function parameters that are lambdas be outside the parentheses?
myFun(foo) { bar -> handleBar(bar) }