about summary refs log tree commit diff
path: root/tests/examples/beta.lam
blob: 9d53b081c4ebdfa12c4002970701beceaec35b1f (plain)
1
2
3
(\ x . (\ z . z z) x three) ((\ y . y y) (\ w . w))

-- Should reduce to three