Created
November 24, 2014 21:37
-
-
Save paytonrules/d8c27f2924b38b16cb28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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