Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrossel committed Apr 16, 2024
1 parent 94f1b2a commit b238b5e
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 @@ -48,7 +48,7 @@ example : ((a * b) - (2 * c)) * d - (a * b) = (d - 1) * (a * b) - (2 * c * d) :=
```

Sometimes, `egg` needs a little help with finding the correct sequence of rewrites.
You can help out by proving _guide terms_ with `using`:
You can help out by providing _guide terms_ with nudge `egg` to try certain paths:

```lean
-- From Lean/Egg/Tests/Groups.lean
Expand Down

0 comments on commit b238b5e

Please sign in to comment.