Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2011 09:57
Show Gist options
  • Save anonymous/1321998 to your computer and use it in GitHub Desktop.
Save anonymous/1321998 to your computer and use it in GitHub Desktop.
;; acgetchell's solution to A nil key
;; https://4clojure.com/problem/134
(fn f [key map] (and (#(contains? map key)) (#(nil?(val(find map key))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment