diff options
Diffstat (limited to 'test/y.lisp')
| -rw-r--r-- | test/y.lisp | 5 |
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)))))) |
