Skip to content

Instantly share code, notes, and snippets.

@w01fe
Created May 1, 2013 18:12
Show Gist options
  • Save w01fe/5497071 to your computer and use it in GitHub Desktop.
Save w01fe/5497071 to your computer and use it in GitHub Desktop.
(defn restricted-call
"Call fnk f on the subset of keys its input schema explicitly asks for."
[f in-map]
(f (select-keys in-map (keys (pfnk/input-schema f)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment