unison/unison-src/tests/r3.u
2023-02-27 11:13:10 -05:00

8 lines
135 B
Plaintext

r3 : Nat
r3 = match Optional.Some true with
Optional.Some true -> 1
Optional.Some false -> 0
Optional.None -> bug "unexpected"