index
:
sylt
automatic-link
break-continue
colors
main
min-const-generics
move-tests
namespaces
one-call-to-print
pop_twice-move
sections
selectively-drop-upvalues
single-tuples
unsafe
Game jam language
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
tests
/
mul.sy
blob: 4b3331439f6443adda9d66447d335a2c5d795bf8 (
plain
) (
blame
)
1
2
3
start :: fn { (0, 1, 2) * (2, 3, 4) <=> (0, 3, 8) }