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

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