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
f82111d2
Commit
f82111d2
authored
Feb 26, 2016
by
Robbert Krebbers
Browse files
Make discrete_cmra_discrete global.
parent
cbad1f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cmra.v
View file @
f82111d2
...
...
@@ -516,7 +516,7 @@ Section discrete.
apply
(
timeless
_
),
dist_le
with
n
;
auto
with
lia
.
Qed
.
Definition
discreteRA
:
cmraT
:
=
CMRAT
(
cofe_mixin
A
)
discrete_cmra_mixin
.
Instance
discrete_cmra_discrete
:
CMRADiscrete
discreteRA
.
Global
Instance
discrete_cmra_discrete
:
CMRADiscrete
discreteRA
.
Proof
.
split
.
change
(
Discrete
A
)
;
apply
_
.
by
intros
x
?.
Qed
.
End
discrete
.
...
...
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