index
:
fuspel
master
Simple functional programming language, rewriting an AST during interpretation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
tup.fusp
blob: 5942ac0f381b735c8396d57e6a5116b04759d6fb (
plain
) (
blame
)
1
2
3
tup a b = (a,b); app f a b = f a b; main = app app app app tup 1 2;