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

Remove exists example for now

parent 4e574119
Branches
Tags
No related merge requests found
...@@ -20,14 +20,6 @@ Proof. ...@@ -20,14 +20,6 @@ Proof.
iPureIntro. iPureIntro.
exact (Himpl HP2). exact (Himpl HP2).
Qed. Qed.
Lemma exists_demo P1 (P2: nat -> PROP) :
P1 ( x, P2 x) -∗ x, P1 P2 x.
Proof.
iIntros "[? [%x HP2]]".
iFrame.
iExists x; iExact "HP2".
Qed.
``` ```
## Acknowledgements ## Acknowledgements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment