Skip to content

Commit 84e8146

Browse files
BlueManCZbrandonwillard
authored andcommitted
Fix typo
1 parent 2c61eab commit 84e8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Multiple logic variables and goals can be used simultaneously. The following co
5757
>>> z = var()
5858
>>> run(1, [x, z], eq(x, z),
5959
eq(z, 3))
60-
([3, 4],)
60+
([3, 3],)
6161
```
6262

6363
`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

Comments
 (0)