1
2
3
4
5
6
let

  f = {x, y ? ["baz" "bar" z "bat"]}: x + y;

in
f {x = "foo"; y = "bar";}