Skip to content

Instantly share code, notes, and snippets.

@halgari
Last active December 19, 2015 14:39
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 halgari/5970465 to your computer and use it in GitHub Desktop.
Save halgari/5970465 to your computer and use it in GitHub Desktop.
(gen-plan
[a (assert-entity {:foo 42})
b (if pred?
(assert-entity {:a a :bar b})
(no-op))]
b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment