bldc/tests/test_map_12.lisp

5 lines
53 B
Common Lisp

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