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

5 lines
70 B
Plaintext

(+) = (Nat.+)
> match (1,2,3,4) with
(a,b,c,d) -> (a + b, c + d)