Skip to content

Instantly share code, notes, and snippets.

@w01fe
Last active January 2, 2016 04:19
Show Gist options
  • Save w01fe/8249945 to your computer and use it in GitHub Desktop.
Save w01fe/8249945 to your computer and use it in GitHub Desktop.
(defn coercer [schema coercion-matcher]
(s/start-walker
(fn [s]
(comp (s/walker s)
(or (coercion-matcher s) identity)))
schema))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment