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
Rodolphe Lepigre
stdpp
Commits
9883e152
Commit
9883e152
authored
Jan 29, 2019
by
Robbert Krebbers
Browse files
Better use of unicode in type classes test file.
parent
3c0bfaec
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/typeclasses.v
View file @
9883e152
...
...
@@ -9,7 +9,7 @@ From stdpp Require Import prelude.
[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