Skip to content
Snippets Groups Projects
Commit cb1aff4b authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

More descriptive test name.

parent d3ad73ff
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ Lemma test_iIntros_let P : ...@@ -299,7 +299,7 @@ Lemma test_iIntros_let P :
Q, let R := emp%I in P -∗ R -∗ Q -∗ P Q. Q, let R := emp%I in P -∗ R -∗ Q -∗ P Q.
Proof. iIntros (Q R) "$ _ $". Qed. Proof. iIntros (Q R) "$ _ $". Qed.
Lemma test_foo P Q : <affine> (Q P) -∗ <affine> Q -∗ <affine> P. Lemma test_iNext_iRewrite P Q : <affine> (Q P) -∗ <affine> Q -∗ <affine> P.
Proof. Proof.
iIntros "#HPQ HQ !#". iNext. by iRewrite "HPQ" in "HQ". iIntros "#HPQ HQ !#". iNext. by iRewrite "HPQ" in "HQ".
Qed. 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