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

Add an eauto test.

parent 2aa6cd0c
No related merge requests found
......@@ -138,3 +138,7 @@ Proof.
iIntros "H". iExists _, [#10].
iSpecialize ("H" $! _ [#10]). done.
Qed.
Lemma demo_16 (M : ucmraT) (P Q R : uPred M) `{!PersistentP R} :
P -∗ Q -∗ R -∗ R Q P R False.
Proof. eauto with iFrame. 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