Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acgetchell/1322004 to your computer and use it in GitHub Desktop.
Save acgetchell/1322004 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