about summary refs log tree commit diff
path: root/tests/examples/weak-head-normal-form.lam
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/weak-head-normal-form.lam')
-rw-r--r--tests/examples/weak-head-normal-form.lam6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examples/weak-head-normal-form.lam b/tests/examples/weak-head-normal-form.lam
new file mode 100644
index 0000000..6b8c0e0
--- /dev/null
+++ b/tests/examples/weak-head-normal-form.lam
@@ -0,0 +1,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))