Skip to content

Instantly share code, notes, and snippets.

@fogus
Created February 8, 2013 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fogus/4741564 to your computer and use it in GitHub Desktop.
Save fogus/4741564 to your computer and use it in GitHub Desktop.
(logic/run* [val1 val2]
(logic/== {:a val1 :b 2} {:a 1 :b val2}))
;;=> ([1 2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment