You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ is an original implementation of miniKanren as described in William
8
8
Byrd's dissertation
9
9
[Relational Programming in miniKanren: Techniques, Applications, and Implementations](https://www.proquest.com/docview/304903505/E30282E6EF13453CPQ/1)
10
10
as well as the extensions described in
11
-
[cKanren](http://www.schemeworkshop.org/2011/papers/Alvis2011.pdf) and
11
+
[cKanren](https://www.schemeworkshop.org/2011/papers/Alvis2011.pdf) and
12
12
[αKanren](http://webyrd.net/alphamk/alphamk.pdf). It
13
13
is designed to be easily extended to forms of logic programming beyond
14
14
the ones provided.
@@ -18,20 +18,20 @@ Releases and dependency information
18
18
19
19
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
20
20
21
-
Latest stable release: 1.0.1
21
+
Latest stable release: 1.1.0
22
22
23
23
*[All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.logic%22)
0 commit comments