kibit
kibit copied to clipboard
Kibit doesn't differentiate between [:p s] and (:p s)
trafficstars
From https://groups.google.com/d/msg/clojure/m6S9VhOLkdY/kOprHfCf6wkJ
I've just run it on a project but I don't get this:
Consider using:
:p
instead of:
(fn [s] [:p s])
I'd understand it if it was (fn [s] (:p s))
can you explain it?
Thanks again
Duplicate of #49?