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

6 lines
56 B
Plaintext

r0 : Nat
r0 = match Optional.Some 3 with
x -> 1
> r0