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

Tweak the proof mode docs.

parent 3c4d8088
No related branches found
No related tags found
No related merge requests found
...@@ -121,10 +121,12 @@ Modalities ...@@ -121,10 +121,12 @@ Modalities
an instance of the `ElimModal` type class. Instances include: later, except 0, an instance of the `ElimModal` type class. Instances include: later, except 0,
basic update and fancy update. basic update and fancy update.
The persistence modality The persistence and plainness modalities
------------------------ ----------------------------------------
- `iAlways` is a synonym for `iIntros "!#"`. - `iAlways` : introduce a persistence or plainness modality and the spatial
context. In case of a plainness modality, the tactic will prune all persistent
hypotheses that are not plain.
The later modality The later modality
------------------ ------------------
...@@ -213,10 +215,8 @@ appear at the top level: ...@@ -213,10 +215,8 @@ appear at the top level:
Items of the selection pattern can be prefixed with `$`, which cause them to Items of the selection pattern can be prefixed with `$`, which cause them to
be framed instead of cleared. be framed instead of cleared.
- `!%` : introduce a pure goal (and leave the proof mode). - `!%` : introduce a pure goal (and leave the proof mode).
- `!#` : introduce an persistence or plainness modality and clear the spatial - `!#` : introduce an persistence or plainness modality (by calling `iAlways`).
context. In case of a plainness modality, it will prune all persistent - `!>` : introduce a modality (by calling `iModIntro`).
hypotheses that are not plain.
- `!>` : introduce a modality.
- `/=` : perform `simpl`. - `/=` : perform `simpl`.
- `//` : perform `try done` on all goals. - `//` : perform `try done` on all goals.
- `//=` : syntactic sugar for `/= //` - `//=` : syntactic sugar for `/= //`
......
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