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
Marianna Rapoport
iris-coq
Commits
c2725b24
Commit
c2725b24
authored
Feb 26, 2016
by
Robbert Krebbers
Browse files
Remove weird type class constraint in excl.
parent
0c7a5b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/excl.v
View file @
c2725b24
...
...
@@ -22,7 +22,7 @@ Inductive excl_equiv : Equiv (excl A) :=
|
ExclUnit_equiv
:
ExclUnit
≡
ExclUnit
|
ExclBot_equiv
:
ExclBot
≡
ExclBot
.
Existing
Instance
excl_equiv
.
Inductive
excl_dist
`
{
Dist
A
}
:
Dist
(
excl
A
)
:
=
Inductive
excl_dist
:
Dist
(
excl
A
)
:
=
|
Excl_dist
(
x
y
:
A
)
n
:
x
≡
{
n
}
≡
y
→
Excl
x
≡
{
n
}
≡
Excl
y
|
ExclUnit_dist
n
:
ExclUnit
≡
{
n
}
≡
ExclUnit
|
ExclBot_dist
n
:
ExclBot
≡
{
n
}
≡
ExclBot
.
...
...
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