about summary refs log tree commit diff
path: root/tests/examples/head-normal-form.lam
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/head-normal-form.lam')
-rw-r--r--tests/examples/head-normal-form.lam6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examples/head-normal-form.lam b/tests/examples/head-normal-form.lam
new file mode 100644
index 0000000..bf859a0
--- /dev/null
+++ b/tests/examples/head-normal-form.lam
@@ -0,0 +1,6 @@
+-- normal form              N
+-- weak normal form         N
+-- head normal form         Y
+-- weak head normal form    Y
+
+f ((\x . x x) (\x . x x))