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