core-logic

2016-11-25T19:10:15.000428Z

how can I generate, say, an infinite list of all combinations of [:a :b :c], eg, [[:a], [:a :b], [:a :b :c], [:a :b :c :a], ...]

2016-11-25T19:10:23.000429Z

(using core.logic)