Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
b9d25e99
Commit
b9d25e99
authored
Dec 08, 2020
by
Tej Chajed
Committed by
Ralf Jung
Mar 24, 2021
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
6d1a88a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.v
View file @
b9d25e99
...
...
@@ -251,7 +251,7 @@ Lemma test_iDestruct_exists_automatic_def P :
an_exists
P
-
∗
∃
k
,
▷
^
k
P
.
Proof
.
iDestruct
1
as
(?)
"H"
.
by
iExists
an_exists_name
.
Qed
.
(* use an Iris intro pattern [% H] to indicate iExistDestruct
rather than (?)
*)
(* use an Iris intro pattern [% H]
rather than (?)
to indicate iExistDestruct *)
Lemma
test_exists_intro_pattern_anonymous
P
(
Φ
:
nat
→
PROP
)
:
P
∗
(
∃
y
:
nat
,
Φ
y
)
-
∗
∃
x
,
P
∗
Φ
x
.
Proof
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment