bldc/tests/test_map_10.lisp

5 lines
53 B
Common Lisp

(defun f (x) (+ x 1))
(check (eq (map f '()) nil))