Fork me on GitHub
#babashka
<
2020-02-15
>
borkdude22:02:17

$ ./bb "(require '[clojure.repl :refer [doc]]) (doc merge)"
-------------------------
clojure.core/merge
([& maps])
  Returns a map that consists of the rest of the maps conj-ed onto
  the first.  If a key occurs in more than one map, the mapping from
  the latter (left-to-right) will be the mapping in the result.