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

12 lines
88 B
Plaintext

r9 : Nat
r9 = match 1 with
9 -> 9
8 -> 8
7 -> 7
6 -> 6
5 -> 5
_ -> 1
> r9