Cartesian product of two or more lists: Difference between revisions

Content deleted Content added
Line 541:
 
(defn cart [colls]
"Compute the cartesian product of sets represented as listslist of lists"
(if (empty? colls)
'(())