Remove extraneous dash
This commit is contained in:
parent
262234fa75
commit
f89cc7e24e
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue