unison/unison-src/tests/r0.u
2018-09-24 13:15:40 -04:00

5 lines
50 B
Plaintext

r0 : Nat
r0 = case Optional.Some 3 of
x -> 1
42