Skip to content

Instantly share code, notes, and snippets.

@paytonrules
Created November 24, 2014 21:37
Embed
What would you like to do?
(defn- uniqueness [map key whatev]
(let [duplicate-projects (find-by-kind (:kind map) :filters [:= key (get map key)])]
(when-not (empty? duplicate-projects)
"must be unique")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment