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

4 lines
62 B
Plaintext

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