Skip to content
Snippets Groups Projects
Commit 19379e6d authored by Tej Chajed's avatar Tej Chajed
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3658d589
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ Lemma test_iDestruct_exists_automatic_def P : ...@@ -203,7 +203,7 @@ Lemma test_iDestruct_exists_automatic_def P :
an_exists P -∗ k, ▷^k P. an_exists P -∗ k, ▷^k P.
Proof. iDestruct 1 as (?) "H". by iExists an_exists_name. Qed. Proof. iDestruct 1 as (?) "H". by iExists an_exists_name. Qed.
(* use an Iris intro pattern [% H] to indicate iExistDestruct rather than (?) *) (* use an Iris intro pattern [% H] rather than (?) to indicate iExistDestruct *)
Lemma test_exists_intro_pattern_anonymous P (Φ: nat PROP) : Lemma test_exists_intro_pattern_anonymous P (Φ: nat PROP) :
P ( y:nat, Φ y) -∗ x, P Φ x. P ( y:nat, Φ y) -∗ x, P Φ x.
Proof. Proof.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment