@tjammer@joe@slava I have come to a similar crossroads before. I even considered let (=x, =y) = f(...) over let (x=, y=) = f(...) There's also the more OCamly let (~x, ~y) = f(...) or let (#x, #y) = f(...) but I think my wrists would hate me for that.