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

Make indentation in proof mode docs consistent.

parent b008a6b2
No related branches found
No related tags found
No related merge requests found
...@@ -248,8 +248,8 @@ Iris ...@@ -248,8 +248,8 @@ Iris
---- ----
- `iInv H as (x1 ... xn) "ipat"` : open an invariant in hypothesis H. The result - `iInv H as (x1 ... xn) "ipat"` : open an invariant in hypothesis H. The result
is destructed using the Coq intro patterns `x1 ... xn` (for existential is destructed using the Coq intro patterns `x1 ... xn` (for existential
quantifiers) and then the proof mode [introduction pattern][ipat] `ipat`. quantifiers) and then the proof mode [introduction pattern][ipat] `ipat`.
+ `iInv H with "selpat" as (x1 ... xn) "ipat" "Hclose"` : generate an update + `iInv H with "selpat" as (x1 ... xn) "ipat" "Hclose"` : generate an update
for closing the invariant and put it in a hypothesis named `Hclose`. for closing the invariant and put it in a hypothesis named `Hclose`.
+ `iInv H with "selpat" as (x1 ... xn) "ipat"` : supply a selection pattern + `iInv H with "selpat" as (x1 ... xn) "ipat"` : supply a selection pattern
......
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