b545c669a0d6 ^
1 2 3 4 5 6 7
let { f = {x, y : ["baz" "bat"]}: x + y; body = f {x = "foo"; y = "bar";}; }