Skip to content
Snippets Groups Projects
Commit bfccb2a2 authored by Ralf Jung's avatar Ralf Jung
Browse files

add some missing test name markers to proofmode_iris

parent 13063825
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ ...@@ -55,6 +55,8 @@
"Hown" : cinv_own γ p "Hown" : cinv_own γ p
--------------------------------------∗ --------------------------------------∗
|={⊤ ∖ ↑N}=> ▷ <pers> P ∗ (|={⊤}=> cinv_own γ p ∗ ▷ P) |={⊤ ∖ ↑N}=> ▷ <pers> P ∗ (|={⊤}=> cinv_own γ p ∗ ▷ P)
"test_iInv_2_with_close"
: string
1 goal 1 goal
Σ : gFunctors Σ : gFunctors
...@@ -73,6 +75,8 @@ ...@@ -73,6 +75,8 @@
"Hclose" : ▷ <pers> P ={⊤ ∖ ↑N,⊤}=∗ emp "Hclose" : ▷ <pers> P ={⊤ ∖ ↑N,⊤}=∗ emp
--------------------------------------∗ --------------------------------------∗
|={⊤ ∖ ↑N,⊤}=> cinv_own γ p ∗ ▷ P |={⊤ ∖ ↑N,⊤}=> cinv_own γ p ∗ ▷ P
"test_iInv_4"
: string
1 goal 1 goal
Σ : gFunctors Σ : gFunctors
...@@ -93,6 +97,8 @@ ...@@ -93,6 +97,8 @@
--------------------------------------∗ --------------------------------------∗
|={⊤}=> (▷ <pers> P ∗ na_own t (E2 ∖ ↑N)) ∗ |={⊤}=> (▷ <pers> P ∗ na_own t (E2 ∖ ↑N)) ∗
(na_own t E2 ={⊤}=∗ na_own t E1 ∗ na_own t E2 ∗ ▷ P) (na_own t E2 ={⊤}=∗ na_own t E1 ∗ na_own t E2 ∗ ▷ P)
"test_iInv_4_with_close"
: string
1 goal 1 goal
Σ : gFunctors Σ : gFunctors
......
...@@ -98,6 +98,7 @@ Section iris_tests. ...@@ -98,6 +98,7 @@ Section iris_tests.
iModIntro. iSplit; auto with iFrame. iModIntro. iSplit; auto with iFrame.
Qed. Qed.
Check "test_iInv_2_with_close".
Lemma test_iInv_2_with_close γ p N P: Lemma test_iInv_2_with_close γ p N P:
cinv N γ (<pers> P) cinv_own γ p ={}=∗ cinv_own γ p P. cinv N γ (<pers> P) cinv_own γ p ={}=∗ cinv_own γ p P.
Proof. Proof.
...@@ -116,6 +117,7 @@ Section iris_tests. ...@@ -116,6 +117,7 @@ Section iris_tests.
iModIntro. iSplit; auto with iFrame. iModIntro. iSplit; auto with iFrame.
Qed. Qed.
Check "test_iInv_4".
Lemma test_iInv_4 t N E1 E2 P: Lemma test_iInv_4 t N E1 E2 P:
N E2 N E2
na_inv t N (<pers> P) na_own t E1 na_own t E2 na_inv t N (<pers> P) na_own t E1 na_own t E2
...@@ -126,6 +128,7 @@ Section iris_tests. ...@@ -126,6 +128,7 @@ Section iris_tests.
iModIntro. iSplitL "Hown2"; auto with iFrame. iModIntro. iSplitL "Hown2"; auto with iFrame.
Qed. Qed.
Check "test_iInv_4_with_close".
Lemma test_iInv_4_with_close t N E1 E2 P: Lemma test_iInv_4_with_close t N E1 E2 P:
N E2 N E2
na_inv t N (<pers> P) na_own t E1 na_own t E2 na_inv t N (<pers> P) na_own t E1 na_own t E2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment