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

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