Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueManCZ authored and brandonwillard committed Feb 14, 2021
1 parent 2c61eab commit 84e8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Multiple logic variables and goals can be used simultaneously. The following co
>>> z = var()
>>> run(1, [x, z], eq(x, z),
eq(z, 3))
([3, 4],)
([3, 3],)
```

`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)`:
Expand Down

0 comments on commit 84e8146

Please sign in to comment.