Skip to content

Instantly share code, notes, and snippets.

@melklein
Created June 27, 2016 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melklein/b0f49cf8d0b912a1f4ce1d34b19751de to your computer and use it in GitHub Desktop.
Save melklein/b0f49cf8d0b912a1f4ce1d34b19751de to your computer and use it in GitHub Desktop.
clojure stuff
(fn [key map] (and (contains? map key) (= nil (key map))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment