Created
November 16, 2010 05:00
-
-
Save rdsr/701446 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
(->> colls | |
(reduce #(for [x %1 y %2] [x y])) | |
(map flatten))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment