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

8 lines
75 B
Plaintext

use Universal ==
r11 : Nat
r11 = match 1 with
1 | 2 == 3 -> 4
_ -> 5