Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tej Chajed
iris
Commits
094150fb
Commit
094150fb
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Declare COFE on state as a canonical structure.
parent
1da4e710
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iris/parameter.v
+3
-1
3 additions, 1 deletion
iris/parameter.v
iris/resources.v
+1
-1
1 addition, 1 deletion
iris/resources.v
with
4 additions
and
2 deletions
iris/parameter.v
+
3
−
1
View file @
094150fb
...
...
@@ -22,4 +22,6 @@ Lemma icmra_map_ext (Σ : iParam) {A B} (f g : A -n> B) m :
(
∀
x
,
f
x
≡
g
x
)
→
icmra_map
Σ
f
m
≡
icmra_map
Σ
g
m
.
Proof
.
by
intros
?;
apply
equiv_dist
=>
n
;
apply
icmra_map_ne
=>
?;
apply
equiv_dist
.
Qed
.
\ No newline at end of file
Qed
.
Canonical
Structure
istateC
Σ
:=
leibnizC
(
istate
Σ
).
\ No newline at end of file
This diff is collapsed.
Click to expand it.
iris/resources.v
+
1
−
1
View file @
094150fb
...
...
@@ -2,7 +2,7 @@ Require Export modures.fin_maps modures.agree modures.excl iris.parameter.
Record
res
(
Σ
:
iParam
)
(
A
:
cofeT
)
:=
Res
{
wld
:
mapRA
positive
(
agreeRA
(
laterC
A
));
pst
:
exclRA
(
leibnizC
(
istate
Σ
)
)
;
pst
:
exclRA
(
istate
C
Σ
);
gst
:
icmra
Σ
(
laterC
A
);
}
.
Add
Printing
Constructor
res
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment