Skip to content

Instantly share code, notes, and snippets.

@paytonrules
Created November 24, 2014 21:37
Show Gist options
  • Save paytonrules/d8c27f2924b38b16cb28 to your computer and use it in GitHub Desktop.
Save paytonrules/d8c27f2924b38b16cb28 to your computer and use it in GitHub Desktop.
(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