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

4 lines
91 B
Plaintext

> match at 0 [100] with
Optional.Some _ -> "Hooray!"
Optional.None -> bug "unexpected"