We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8eb4a commit 01c0310Copy full SHA for 01c0310
pom.xml
@@ -17,7 +17,7 @@
17
<parent>
18
<groupId>org.clojure</groupId>
19
<artifactId>pom.contrib</artifactId>
20
- <version>0.2.2</version>
+ <version>1.0.0</version>
21
</parent>
22
23
<developers>
src/main/clojure/clojure/core/logic/fd.clj
@@ -507,7 +507,7 @@
507
508
IMemberCount
509
(-member-count [this]
510
- ;; NOTE: ugly hack around http://dev.clojure.org/jira/browse/CLJ-1202 - David
+ ;; NOTE: ugly hack around https://clojure.atlassian.net/browse/CLJ-1202 - David
511
(reduce core/+ 0 (map #(-member-count %) is)))
512
513
IInterval
0 commit comments