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