From 4b294e47144da00ae4b9568fed39569d187ce07e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 27 Mar 2026 17:23:26 -0400 Subject: Fix doubles --- test/y.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/y.lisp (limited to 'test/y.lisp') diff --git a/test/y.lisp b/test/y.lisp new file mode 100644 index 0000000..5e9218b --- /dev/null +++ b/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.2.3