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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Multiple logic variables and goals can be used simultaneously. The following co
57
57
>>> z = var()
58
58
>>> run(1, [x, z], eq(x, z),
59
59
eq(z, 3))
60
-
([3, 4],)
60
+
([3, 3],)
61
61
```
62
62
63
63
`kanren` uses [unification](http://en.wikipedia.org/wiki/Unification_%28computer_science%29) to match forms within expression trees. The following code asks for values of `x` such that `(1, 2) == (1, x)`:
0 commit comments