aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/tuple/mul.sy
blob: 4b3331439f6443adda9d66447d335a2c5d795bf8 (plain) (blame)
1
2
3
start :: fn {
    (0, 1, 2) * (2, 3, 4) <=> (0, 3, 8)
}