Skip to content
Snippets Groups Projects
Commit 0502e7d2 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Document `iRewrite -...` in the proof mode docs.

This commit closes issue #192.
parent fb211a17
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,8 @@ Rewriting / simplification ...@@ -146,6 +146,8 @@ Rewriting / simplification
- `iRewrite pm_trm` / `iRewrite pm_trm in "H"` : rewrite using an internal - `iRewrite pm_trm` / `iRewrite pm_trm in "H"` : rewrite using an internal
equality in the proof mode goal / hypothesis `H`. equality in the proof mode goal / hypothesis `H`.
- `iRewrite -pm_trm` / `iRewrite -pm_trm in "H"` : rewrite in reverse direction
using an internal equality in the proof mode goal / hypothesis `H`.
- `iEval (tac)` / `iEval (tac) in H` : performs a tactic `tac` on the proof mode - `iEval (tac)` / `iEval (tac) in H` : performs a tactic `tac` on the proof mode
goal / hypothesis `H`. The tactic `tac` should be a reduction or rewriting goal / hypothesis `H`. The tactic `tac` should be a reduction or rewriting
tactic like `simpl`, `cbv`, `lazy`, `rewrite` or `setoid_rewrite`. The `iEval` tactic like `simpl`, `cbv`, `lazy`, `rewrite` or `setoid_rewrite`. The `iEval`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment