clarify simp_add
This commit is contained in:
@@ -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!
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user