Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
7bcd56f3
Commit
7bcd56f3
authored
Jun 13, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a test for framing monPred_at below a wand
parent
0d39643c
Pipeline
#9666
passed with stage
in 16 minutes and 12 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
tests/proofmode_monpred.ref
tests/proofmode_monpred.ref
+11
-0
tests/proofmode_monpred.v
tests/proofmode_monpred.v
+5
-0
No files found.
tests/proofmode_monpred.ref
View file @
7bcd56f3
...
...
@@ -35,3 +35,14 @@
--------------------------------------∗
∀ i : I, 𝓟 ∗ 𝓠 ∗ Q i
1 subgoal
I : biIndex
PROP : sbi
FU0 : BiFUpd PROP * ()
P, Q : monpred.monPred I PROP
i : I
============================
--------------------------------------∗
(Q -∗ emp) i
tests/proofmode_monpred.v
View file @
7bcd56f3
...
...
@@ -120,7 +120,12 @@ Section tests.
iIntros
"[$ #HP]"
.
iFrame
"HP"
.
Qed
.
Lemma
test_iFrame_monPred_at_wand
(
P
Q
:
monPred
)
i
:
P
i
-
∗
(
Q
-
∗
P
)
i
.
Proof
.
iIntros
"$"
.
Show
.
Abort
.
Lemma
test_iNext_Bi
P
:
@
bi_entails
monPredI
(
▷
P
)
(
▷
P
).
Proof
.
iIntros
"H"
.
by
iNext
.
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