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
Iris
Iris
Commits
8bfa7c46
Commit
8bfa7c46
authored
Feb 22, 2017
by
Robbert Krebbers
Browse files
Add instance CMRADiscrete dec_agreeR.
parent
15be3526
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/deprecated.v
View file @
8bfa7c46
...
...
@@ -50,6 +50,8 @@ Qed.
Canonical
Structure
dec_agreeR
:
cmraT
:
=
discreteR
(
dec_agree
A
)
dec_agree_ra_mixin
.
Global
Instance
dec_agree_cmra_discrete
:
CMRADiscrete
dec_agreeR
.
Proof
.
apply
discrete_cmra_discrete
.
Qed
.
Global
Instance
dec_agree_total
:
CMRATotal
dec_agreeR
.
Proof
.
intros
x
.
by
exists
x
.
Qed
.
...
...
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