error: `or value` requires a value-carrying failable (`-> (T, !)`) — a `-> !` has no success value to fall back to; use `catch` to absorb the error
  --> /Users/agra/projects/sx/examples/232-failable-or-reject.sx:17:10
   |
17 |     x := must(-1) or 0;        // error: `-> !` has no success value to fall back to
   |          ^^^^^^^^
