Skip to content

Commit

Permalink
* src/main/clojure/clojure/core/logic.clj: uncomment all-diffo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed Jul 28, 2012
1 parent 80798ce commit b44e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/logic.clj
Expand Up @@ -3445,7 +3445,7 @@
((cgoal (!=c p)) a)))
a)))

#_(defn all-diffo [l]
(defn all-diffo [l]
(conde
[(== l ())]
[(fresh (a) (== l [a]))]
Expand Down

0 comments on commit b44e68a

Please sign in to comment.