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
7a1be53e
Commit
7a1be53e
authored
Mar 07, 2018
by
Ralf Jung
Browse files
more unicode
parent
b5767192
Pipeline
#7325
passed with stage
in 12 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
7a1be53e
...
@@ -408,7 +408,7 @@ Proof.
...
@@ -408,7 +408,7 @@ Proof.
eexists
.
split
.
iIntros
"#? ? ? ?"
.
iAccu
.
done
.
eexists
.
split
.
iIntros
"#? ? ? ?"
.
iAccu
.
done
.
Qed
.
Qed
.
Lemma
test_iAssumption_evar
P
:
∃
R
,
(
R
⊢
P
)
/\
R
=
P
.
Lemma
test_iAssumption_evar
P
:
∃
R
,
(
R
⊢
P
)
∧
R
=
P
.
Proof
.
Proof
.
eexists
.
split
.
eexists
.
split
.
-
iIntros
"H"
.
iAssumption
.
-
iIntros
"H"
.
iAssumption
.
...
...
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