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

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