index
:
tour
this commit
master
touring some programming systems
elioat <elioat@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
scripting-lang
/
scratch_tests
/
test_reduce_debug.txt
blob: 741d2239c6a1ea35bf2c6bf6548ebbc4f00625c1 (
plain
) (
blame
)
1
2
3
add_func : x y -> x + y; reduced : reduce @add_func @(0) @(5); ..out reduced;