bldc/tests/test_hof_1.lisp

3 lines
76 B
Common Lisp

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