summaryrefslogtreecommitdiff
path: root/pit/test/y.lisp
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-09 23:51:55 -0400
committerLLLL Colonq <llll@colonq>2026-07-09 23:51:55 -0400
commit2bdcaf319b1d74ffbaccf08a58336f804761beab (patch)
treec21de6df74ec79b5574ad2b89fcc275d10847802 /pit/test/y.lisp
Refactor into monorepo
Diffstat (limited to 'pit/test/y.lisp')
-rw-r--r--pit/test/y.lisp5
1 files changed, 5 insertions, 0 deletions
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))))))