ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Adds necessary comma to merge result #182

Closed amandakievet closed 8 years ago

amandakievet commented 8 years ago

It confused me that the assoc and merge functions would result in seemingly-different looking results. After trying this in the REPL, I see that merge is just missing a comma between the two key value pairs.

davidchambers commented 8 years ago

:+1: We should certainly be consistent. :)

yokolet commented 8 years ago

Thanks! :+1: That was pointed out at Durham workshop, but haven't worked yet.