unison/unison-src/tests/pattern-match-seq.ur
Paul Chiusano deff4b2e26 fix #469
2019-04-26 16:43:16 -04:00

21 lines
182 B
Plaintext

( 3,
15,
8,
11,
5,
[],
[1],
[],
[],
[(1, 2)],
[],
[],
[(2, 3)],
[],
[[]],
[[2, 3, 4, 5]],
[],
[],
[(2, [3, 4, 5])],
([1, 2, 3, 4], [5, 6, 7]) )