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
/
negation.sy
blob: 0c702aa7ab1a56734df492acb0c3eae0255ea9ac (
plain
) (
blame
)
1
2
3
4
5
6
7
start :: fn { -1 <=> 0 - 1 -1 + 2 <=> 1 -(1 + 2) <=> -3 1 + -1 <=> 0 2 * -1 <=> -2 }