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
/
beta3.lam
blob: e112b5cc689526c0143b9168dfb52943295cd566 (
plain
)
1
2
3
(\ x . \ y . x y ) y -- Should reduce to \z . y z (for some fresh z)