Skip to content
Snippets Groups Projects
Verified Commit a881b6b9 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Fix testcase from !404

parent 9901ff1c
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ Section tests.
Context {PROP : sbi}.
Implicit Types P Q R : PROP.
Lemma type_sbi_internal_eq_annot P :
P ≡@{PROP} P (≡@{PROP}) P P (P .) P (. P) P.
Proof. done. Qed.
Lemma test_sbi_internal_eq_annot_sections P :
⊢@{PROP} P ≡@{PROP} P (≡@{PROP}) P P (P .) P (. P) P.
Proof. by iSplit. Qed.
Lemma test_eauto_emp_isplit_biwand P : emp P ∗-∗ P.
Proof. eauto 6. Qed.
......
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