Formating and incorrect docstring position
Curse you Hy and your inversed do string
This commit is contained in:
parent
6391e115d1
commit
66b2b445df
1 changed files with 3 additions and 2 deletions
|
@ -69,9 +69,10 @@
|
|||
{k (map-apply-defaults conf-val default-val)}
|
||||
{k (nil?-else conf-val default-val)})))))
|
||||
|
||||
(defn fmap [f m]
|
||||
(defn fmap
|
||||
"Applies function [f] to every key and value in map [m]
|
||||
Function signature should be (f [key value])."
|
||||
[f m]
|
||||
(into
|
||||
(empty m)
|
||||
(for [[key val] m]
|
||||
|
|
Loading…
Reference in a new issue