Skip to content

Instantly share code, notes, and snippets.

@w01fe
Last active January 2, 2016 04:09
Show Gist options
  • Save w01fe/8249101 to your computer and use it in GitHub Desktop.
Save w01fe/8249101 to your computer and use it in GitHub Desktop.
(defn comment-coersion-matcher [api-version user-lookup]
(fn [schema]
(when (= schema ClientComment)
(partial clientize-comment api-version user-lookup))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment