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
Jonas Kastberg
iris
Commits
cb1aff4b
Commit
cb1aff4b
authored
Dec 13, 2018
by
Robbert Krebbers
Browse files
More descriptive test name.
parent
d3ad73ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.v
View file @
cb1aff4b
...
...
@@ -299,7 +299,7 @@ Lemma test_iIntros_let P :
∀
Q
,
let
R
:
=
emp
%
I
in
P
-
∗
R
-
∗
Q
-
∗
P
∗
Q
.
Proof
.
iIntros
(
Q
R
)
"$ _ $"
.
Qed
.
Lemma
test_
foo
P
Q
:
<
affine
>
▷
(
Q
≡
P
)
-
∗
<
affine
>
▷
Q
-
∗
<
affine
>
▷
P
.
Lemma
test_
iNext_iRewrite
P
Q
:
<
affine
>
▷
(
Q
≡
P
)
-
∗
<
affine
>
▷
Q
-
∗
<
affine
>
▷
P
.
Proof
.
iIntros
"#HPQ HQ !#"
.
iNext
.
by
iRewrite
"HPQ"
in
"HQ"
.
Qed
.
...
...
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