bldc/tests/test_hof_2.lisp

4 lines
79 B
Common Lisp

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