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
Iris
Iris
Commits
e8debd6d
Commit
e8debd6d
authored
Mar 07, 2018
by
Ralf Jung
Browse files
test iAssumption-based evar instantiation
parent
ca49296b
Pipeline
#7321
passed with stage
in 13 minutes and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
e8debd6d
...
...
@@ -408,4 +408,12 @@ Proof.
eexists
.
split
.
iIntros
"#? ? ? ?"
.
iAccu
.
done
.
Qed
.
Lemma
test_iAssumption_evar
P
:
∃
R
,
(
R
⊢
P
)
/\
R
=
P
.
Robbert Krebbers
@robbertkrebbers
·
Mar 07, 2018
Maintainer
No unicode conjunction used here :(
No unicode conjunction used here :(
Ralf Jung
@jung
·
Mar 07, 2018
Author
Owner
oops
*oops*
Please
register
or
sign in
to reply
Proof
.
eexists
.
split
.
-
iIntros
"H"
.
iAssumption
.
(* Now verify that the evar was chosen as desired (i.e., it should not pick False). *)
-
reflexivity
.
Qed
.
End
tests
.
Write
Preview
Markdown
is supported
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