Skip to content

Commit

Permalink
Merge pull request #43 from StevenClontz/patch-1
Browse files Browse the repository at this point in the history
clarify simp_add
  • Loading branch information
joneugster authored Nov 17, 2023
2 parents 7ed6c4b + 1b76917 commit 0e18fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game/Levels/Algorithm/L04add_algo3.lean
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This code here
macro \"simp_add\" : tactic => `(tactic|(
simp only [add_assoc, add_left_comm, add_comm]))
```
creates a new tactic `simp_add`, which runs
was used to create a new tactic `simp_add`, which runs
`simp only [add_assoc, add_left_comm, add_comm]`.
Try it!
Try running `simp_add` to solve this level!
"


Expand Down

0 comments on commit 0e18fd8

Please sign in to comment.