bldc/tests/test_hof_2.lisp

4 lines
64 B
Common Lisp

(let ((f (lambda (y) (lambda (x) (+ x y)))))
(=((f 2) 1) 3))