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
Jonas Kastberg
iris
Commits
49b5dd50
Commit
49b5dd50
authored
Oct 21, 2018
by
Robbert Krebbers
Browse files
Use unicide ∧ and ∃.
parent
f1f34470
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/algebra.v
View file @
49b5dd50
...
...
@@ -18,7 +18,7 @@ End tests.
[2] https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/merge_requests/38
*)
Lemma
test_setoid_rewrite
:
exists
R
,
@
Reflexive
Prop
R
/\
R
=
iff
.
∃
R
,
@
Reflexive
Prop
R
∧
R
=
iff
.
Proof
.
eexists
.
split
.
-
apply
_
.
...
...
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