about summary refs log tree commit diff
path: root/tests/examples/head-normal-form.lam
blob: bf859a057275f5880829aaa534cae9cf85bf76a9 (plain)
1
2
3
4
5
6
-- normal form              N
-- weak normal form         N
-- head normal form         Y
-- weak head normal form    Y

f ((\x . x x) (\x . x x))