Created
March 17, 2015 09:18
-
-
Save Kungi/b7c55fae2be594ce3452 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(if foo-2 | |
(update-in (if foo-1 | |
(update-in coll conj foo1-related) | |
coll) | |
conj foo2-related)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment