Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2012 16:50
Show Gist options
  • Save anonymous/2399918 to your computer and use it in GitHub Desktop.
Save anonymous/2399918 to your computer and use it in GitHub Desktop.
;; finitud's solution to A nil key
;; https://4clojure.com/problem/134
(fn [key map] (nil? (get map key ())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment