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
Rice Wine
Iris
Commits
ada321d1
Commit
ada321d1
authored
Jun 30, 2016
by
Robbert Krebbers
Browse files
Remove useless type class instance.
parent
cdb38447
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/dec_agree.v
View file @
ada321d1
...
...
@@ -18,7 +18,6 @@ Context {A : Type} `{∀ x y : A, Decision (x = y)}.
Instance
dec_agree_valid
:
Valid
(
dec_agree
A
)
:
=
λ
x
,
if
x
is
DecAgree
_
then
True
else
False
.
Instance
dec_agree_equiv
:
Equiv
(
dec_agree
A
)
:
=
equivL
.
Canonical
Structure
dec_agreeC
:
cofeT
:
=
leibnizC
(
dec_agree
A
).
Instance
dec_agree_op
:
Op
(
dec_agree
A
)
:
=
λ
x
y
,
...
...
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