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
8f319109
Commit
8f319109
authored
Jun 03, 2018
by
Ralf Jung
Browse files
add an interesting test output
parent
24f054ec
Pipeline
#9350
passed with stage
in 27 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.ref
View file @
8f319109
...
...
@@ -19,3 +19,15 @@
--------------------------------------□
Q ∨ P
1 subgoal
PROP : sbi
P, Q : PROP
Persistent0 : Persistent P
Persistent1 : Persistent Q
============================
_ : P
_ : Q
--------------------------------------□
<affine> (P ∗ Q)
tests/proofmode.v
View file @
8f319109
...
...
@@ -54,7 +54,7 @@ Qed.
Lemma
test_iDestruct_and_emp
P
Q
`
{!
Persistent
P
,
!
Persistent
Q
}
:
P
∧
emp
-
∗
emp
∧
Q
-
∗
<
affine
>
(
P
∗
Q
).
Proof
.
iIntros
"[#? _] [_ #?]"
.
auto
.
Qed
.
Proof
.
iIntros
"[#? _] [_ #?]"
.
Show
.
auto
.
Qed
.
Lemma
test_iIntros_persistent
P
Q
`
{!
Persistent
Q
}
:
(
P
→
Q
→
P
∧
Q
)%
I
.
Proof
.
iIntros
"H1 #H2"
.
by
iFrame
"∗#"
.
Qed
.
...
...
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