Skip to content
GitLab
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
cc95f0fb
Commit
cc95f0fb
authored
Feb 07, 2018
by
Robbert Krebbers
Browse files
Test case for `iAlways` and the `absolutely` modality.
parent
12326eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode_monpred.v
View file @
cc95f0fb
...
...
@@ -67,4 +67,11 @@ Section tests.
Proof
.
iIntros
"H HP"
.
by
iApply
"H"
.
Qed
.
Lemma
test_absolutely
P
Q
:
∀
ᵢ
emp
-
∗
∀
ᵢ
P
-
∗
∀
ᵢ
Q
-
∗
∀
ᵢ
(
P
∗
Q
).
Proof
.
iIntros
"#? HP HQ"
.
iAlways
.
by
iSplitL
"HP"
.
Qed
.
Lemma
test_absolutely_affine
`
{
BiAffine
PROP
}
P
Q
R
:
∀
ᵢ
emp
-
∗
∀
ᵢ
P
-
∗
∀
ᵢ
Q
-
∗
R
-
∗
∀
ᵢ
(
P
∗
Q
).
Proof
.
iIntros
"#? HP HQ HR"
.
iAlways
.
by
iSplitL
"HP"
.
Qed
.
End
tests
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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