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

Fix typo.

parent 1c814611
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ appear at the top level: ...@@ -122,7 +122,7 @@ appear at the top level:
- `>` : introduce a later (which strips laters from all hypotheses). - `>` : introduce a later (which strips laters from all hypotheses).
- `{H1 ... Hn}` : clear `H1 ... Hn`. - `{H1 ... Hn}` : clear `H1 ... Hn`.
- `{$H1 ... $Hn}` : frame `H1 ... Hn` (this pattern can be mixed with the - `{$H1 ... $Hn}` : frame `H1 ... Hn` (this pattern can be mixed with the
previous pattern, e.g., `{$H1 H2 #H3}`). previous pattern, e.g., `{$H1 H2 $H3}`).
- `/=` : perform `simpl`. - `/=` : perform `simpl`.
- `*` : introduce all universal quantifiers. - `*` : introduce all universal quantifiers.
- `**` : introduce all universal quantifiers, as well as all arrows and wands. - `**` : introduce all universal quantifiers, as well as all arrows and wands.
......
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