unison/unison-src/tests/tuple.u
2019-02-11 22:38:05 -05:00

5 lines
67 B
Plaintext

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