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

test iAssumption-based evar instantiation

parent ca49296b
No related branches found
No related tags found
No related merge requests found
......@@ -408,4 +408,12 @@ Proof.
eexists. split. iIntros "#? ? ? ?". iAccu. done.
Qed.
Lemma test_iAssumption_evar P : R, (R P) /\ R = P.
Proof.
eexists. split.
- iIntros "H". iAssumption.
(* Now verify that the evar was chosen as desired (i.e., it should not pick False). *)
- reflexivity.
Qed.
End tests.
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