Skip to content

Instantly share code, notes, and snippets.

@bgmarx
Created January 7, 2015 10:03
Show Gist options
  • Save bgmarx/fa1adac04ba1ab63f0d6 to your computer and use it in GitHub Desktop.
Save bgmarx/fa1adac04ba1ab63f0d6 to your computer and use it in GitHub Desktop.
(defn singleton [coll]
(and (not (empty? coll)) (empty? (rest coll))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment