Fix typo in ap-map-when

This commit is contained in:
agentultra 2013-11-30 10:30:42 -05:00
parent 77db779019
commit 5753fc0789

View File

@ -50,7 +50,7 @@
predicate function returns True."
`(let [[f (lambda [it] ~rep)]]
(foreach [it ~lst]
(if (~pred it)
(if (~predfn it)
(yield (f it))
(yield it)))))