about summary refs log tree commit diff
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