From 2bdcaf319b1d74ffbaccf08a58336f804761beab Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 9 Jul 2026 23:51:55 -0400 Subject: Refactor into monorepo --- pit/test/y.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pit/test/y.lisp (limited to 'pit/test/y.lisp') diff --git a/pit/test/y.lisp b/pit/test/y.lisp new file mode 100644 index 0000000..5e9218b --- /dev/null +++ b/pit/test/y.lisp @@ -0,0 +1,5 @@ +(setq! Y + (lambda (f) + (funcall + (lambda (x) (funcall f (funcall x x))) + (lambda (x) (funcall f (funcall x x)))))) -- cgit v1.3.1