My initial goal was to make for sum [x] of y use an implicit body of x instead of [x].
Along the way, I ran into some bugs in patternAsValue, which led to cleaning up of some pattern matching code to correctly handle the previous addition of BindingElement.
My initial goal was to make
for sum [x] of y
use an implicit body ofx
instead of[x]
.Along the way, I ran into some bugs in
patternAsValue
, which led to cleaning up of some pattern matching code to correctly handle the previous addition ofBindingElement
.