summaryrefslogtreecommitdiff
path: root/y.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'y.lisp')
-rw-r--r--y.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/y.lisp b/y.lisp
deleted file mode 100644
index 5e9218b..0000000
--- a/y.lisp
+++ /dev/null
@@ -1,5 +0,0 @@
-(setq! Y
- (lambda (f)
- (funcall
- (lambda (x) (funcall f (funcall x x)))
- (lambda (x) (funcall f (funcall x x))))))