summaryrefslogtreecommitdiff
path: root/test/y.lisp
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-03-27 17:23:26 -0400
committerLLLL Colonq <llll@colonq>2026-03-27 17:23:26 -0400
commit4b294e47144da00ae4b9568fed39569d187ce07e (patch)
tree179222746330c25fa4f0dfdb03e0fc0a15ad7c9b /test/y.lisp
parent3707dfaa64715c8fb1ba8a23f9762fef174538d8 (diff)
Fix doubles
Diffstat (limited to 'test/y.lisp')
-rw-r--r--test/y.lisp5
1 files changed, 5 insertions, 0 deletions
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))))))