From fdf35536b66499884dd5b4e1740ac67e5cebb1a2 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 14 Apr 2023 23:46:53 +0300 Subject: add homework material --- tests/examples/y.lam | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/examples/y.lam (limited to 'tests/examples/y.lam') diff --git a/tests/examples/y.lam b/tests/examples/y.lam new file mode 100644 index 0000000..996802d --- /dev/null +++ b/tests/examples/y.lam @@ -0,0 +1,7 @@ +-- normal form N +-- weak normal form Y +-- head normal form N +-- weak head normal form Y + +-- Y combinator +\ f . (\ x . f (x x)) (\ x . f (x x)) -- cgit 1.4.1