On Thu, Oct 25, 2012 at 3:10 PM, Jordan Lewis <[email protected]>wrote:
> (run 16 [q] (distincto q) (everyo #(membero % (range 3)) q)) > ;; returns (() [0] [1] [2] (0 0) (0 1) (1 0) (0 2) (1 1) (2 0) (1 2) (2 1) > (2 2) (0 0 0) (0 0 1) (0 1 0)), incorrect > Ticket created for the distincto bug - http://dev.clojure.org/jira/browse/LOGIC-62 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
