about summary refs log tree commit diff
path: root/tests/examples/beta.lam
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/beta.lam')
-rw-r--r--tests/examples/beta.lam3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examples/beta.lam b/tests/examples/beta.lam
new file mode 100644
index 0000000..9d53b08
--- /dev/null
+++ b/tests/examples/beta.lam
@@ -0,0 +1,3 @@
+(\ x . (\ z . z z) x three) ((\ y . y y) (\ w . w))
+
+-- Should reduce to three