Simplify function call

This commit is contained in:
Kenneth Kostresevic 2021-12-16 16:26:40 +01:00
parent ddf1d2439d
commit 170cc2cd0d

View file

@ -15,7 +15,7 @@
"Partial functions allow procrastination" "Partial functions allow procrastination"
(= 20 (let [multiply-by-5 (partial * 5)] (= 20 (let [multiply-by-5 (partial * 5)]
(reduce multiply-by-5 2 '(2)))) (multiply-by-5 4)))
"Don't forget: first things first" "Don't forget: first things first"
(= [:a :b :c :d] (= [:a :b :c :d]