OK, HN mangles the ellipsis in titles!<p>> I just added operator precedence rules to Unison (previously all operators had equal precedence and were parsed left to right). In other languages, this would be a major change and a Big Deal. But in Unison this is just a change to the surface syntax that doesn't break any code.