Skip to content

Instantly share code, notes, and snippets.

@marick
Created September 21, 2014 21:44
Show Gist options
  • Save marick/0bf1d775da016e87ebcd to your computer and use it in GitHub Desktop.
Save marick/0bf1d775da016e87ebcd to your computer and use it in GitHub Desktop.
(defn assoc-credit-code [kvs]
(some-<> kvs
(?!e :institution_code "%s does not have an institution code")
(fetch-institution <>)
(?!e :credit_code "%s does not have credit code")
(assoc kvs :credit_code <>)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment