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/bools-or-f-t.out | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/examples/bools-or-f-t.out (limited to 'tests/examples/bools-or-f-t.out') diff --git a/tests/examples/bools-or-f-t.out b/tests/examples/bools-or-f-t.out new file mode 100644 index 0000000..78a2057 --- /dev/null +++ b/tests/examples/bools-or-f-t.out @@ -0,0 +1 @@ +(\true . \false . \and . \or . \not . or false true) (\x . \y . x) (\x . \y . y) (\p . \q . p q p) (\p . \q . p p q) (\p . \x . \y . p y x) -- cgit 1.4.1