aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/tuple/add.sy
blob: 3fadd86a5f6fdb73917e7c4b36bd1812f322532c (plain) (blame)
1
2
3
start :: fn {
    (1, 2, 3, 4) + (4, 3, 2, 1) <=> (5, 5, 5, 5)
}