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
92857393
Commit
92857393
authored
Mar 08, 2018
by
Ralf Jung
Browse files
also test wand
parent
16c90c69
Pipeline
#7344
passed with stage
in 22 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
92857393
...
...
@@ -423,4 +423,8 @@ Lemma test_apply_affine_impl `{!BiPlainly PROP} (P : PROP) :
P
-
∗
(
∀
Q
:
PROP
,
■
(
Q
-
∗
<
pers
>
Q
)
→
■
(
P
-
∗
Q
)
→
Q
).
Proof
.
iIntros
"HP"
(
Q
)
"_ #HPQ"
.
by
iApply
"HPQ"
.
Qed
.
Lemma
test_apply_affine_wand
`
{!
BiPlainly
PROP
}
(
P
:
PROP
)
:
P
-
∗
(
∀
Q
:
PROP
,
<
affine
>
■
(
Q
-
∗
<
pers
>
Q
)
-
∗
<
affine
>
■
(
P
-
∗
Q
)
-
∗
Q
).
Proof
.
iIntros
"HP"
(
Q
)
"_ #HPQ"
.
by
iApply
"HPQ"
.
Qed
.
End
tests
.
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