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

Merge branch 'restore-proofmode-test' into 'master'

Add back a proofmode test for issue #288

See merge request iris/iris!584
parents ae8b4129 b0141831
No related branches found
No related tags found
No related merge requests found
......@@ -410,15 +410,13 @@ Proof.
Qed.
(* Test for issue #288 *)
(* FIXME: Restore once we drop support for Coq 8.8 and Coq 8.9.
Lemma test_iExists_unused : (∃ P : PROP, ∃ x : nat, P)%I.
Lemma test_iExists_unused : P : PROP, x : nat, P.
Proof.
iExists _.
iExists 10.
iAssert emp%I as "H"; first done.
iExact "H".
Qed.
*)
(* Check coercions *)
Lemma test_iExist_coercion (P : Z PROP) : ( x, P x) -∗ x, P x.
......
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