Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
87779ac4
Commit
87779ac4
authored
May 13, 2022
by
Robbert Krebbers
Browse files
Add test case.
parent
13da2867
Pipeline
#65902
passed with stage
in 4 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/gmap.v
View file @
87779ac4
...
...
@@ -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
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment