bldc/tests/test_map_11.lisp

5 lines
53 B
Common Lisp

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