Skip to content

Instantly share code, notes, and snippets.

@w01fe
Created January 4, 2014 00:47
Show Gist options
  • Save w01fe/8249853 to your computer and use it in GitHub Desktop.
Save w01fe/8249853 to your computer and use it in GitHub Desktop.
(defn both [schemas]
(reify Schema
(check [this x]
(first (keep #(check % x) schemas)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment