Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
95d4a3ed
Commit
95d4a3ed
authored
Nov 28, 2016
by
Robbert Krebbers
Browse files
Use the correct setoid equality in algebra/gset and algebra/coPset.
This fixes issue
#46
.
parent
230b2a6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
algebra/coPset.v
View file @
95d4a3ed
...
...
@@ -8,7 +8,7 @@ generalize the construction without breaking canonical structures. *)
Section
coPset
.
Implicit
Types
X
Y
:
coPset
.
Canonical
Structure
coPsetC
:
=
leibniz
C
coPset
.
Canonical
Structure
coPsetC
:
=
discrete
C
coPset
.
Instance
coPset_valid
:
Valid
coPset
:
=
λ
_
,
True
.
Instance
coPset_op
:
Op
coPset
:
=
union
.
...
...
algebra/gset.v
View file @
95d4a3ed
...
...
@@ -7,7 +7,7 @@ Section gset.
Context
`
{
Countable
K
}.
Implicit
Types
X
Y
:
gset
K
.
Canonical
Structure
gsetC
:
=
leibniz
C
(
gset
K
).
Canonical
Structure
gsetC
:
=
discrete
C
(
gset
K
).
Instance
gset_valid
:
Valid
(
gset
K
)
:
=
λ
_
,
True
.
Instance
gset_op
:
Op
(
gset
K
)
:
=
union
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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