Merge pull request #74 from ajmccluskey/21-remove-partial
Remove unnecessary call to partial in second koan
This commit is contained in:
commit
fd3972dd78
@ -10,7 +10,7 @@
|
||||
|
||||
"You can simulate filter + remove in one pass"
|
||||
(= (get-odds-and-evens [1 2 3 4 5])
|
||||
((partial (juxt filter remove) odd?) [1 2 3 4 5])
|
||||
((juxt filter remove) odd? [1 2 3 4 5])
|
||||
[[1 3 5] [2 4]])
|
||||
|
||||
"You can also group by a primary key"
|
||||
|
Loading…
Reference in New Issue
Block a user