unison/unison-src/tests/r10.u
2020-02-07 18:59:37 -08:00

6 lines
55 B
Plaintext

r10 : Nat
r10 = match 1 with
1 | true -> 3
_ -> 4