Created
June 27, 2016 20:48
-
-
Save melklein/b0f49cf8d0b912a1f4ce1d34b19751de to your computer and use it in GitHub Desktop.
clojure stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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