unison/unison-src/tests/parenthesized-blocks.u
2023-02-27 11:13:10 -05:00

6 lines
73 B
Plaintext

x = (if true then 1 else 0) + 1
y = (match 1 with _ -> 1) + 1
> (x, y)