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

Add test case.

parent 13da2867
No related branches found
No related tags found
No related merge requests found
......@@ -82,3 +82,10 @@ Proof.
Fail progress simplify_eq.
done.
Qed.
(** Test case for issue #139 *)
Lemma test_issue_139 (m : gmap nat nat) : x, x dom m.
Proof.
destruct (exist_fresh (dom m)); eauto.
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