Remove extraneous dash

This commit is contained in:
niten 2021-01-15 12:57:15 -06:00
parent 262234fa75
commit f89cc7e24e
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@
(lambda (a b) (or a b))
(mapcar f lst)
:initial-value '()))
-
(defun every-p (f lst)
(reduce
(lambda (a b) (and a b))