index
:
coms6998.git
this commit
master
lambda calculus interpreter
tzlil
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
examples
/
beta1.lam
blob: 3ffc446cb60f99fa4405c455092532d18c9445dc (
plain
)
1
2
3
(\x . x three) (\y . plus y y) -- Should reduce to plus three three