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
1d628d4b
Commit
1d628d4b
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Do not let simple unfold structure projections.
parent
f4bb2c39
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
iris/cmra.v
+11
-0
11 additions, 0 deletions
iris/cmra.v
iris/cmra_maps.v
+1
-1
1 addition, 1 deletion
iris/cmra_maps.v
iris/cofe.v
+5
-0
5 additions, 0 deletions
iris/cofe.v
with
17 additions
and
1 deletion
iris/cmra.v
+
11
−
0
View file @
1d628d4b
...
...
@@ -52,6 +52,17 @@ Structure cmraT := CMRAT {
cmra_extend
:
CMRAExtend
cmra_car
}
.
Arguments
CMRAT
_
{_
_
_
_
_
_
_
_
_
_
_}
.
Arguments
cmra_car
_
:
simpl
never
.
Arguments
cmra_equiv
_
_
_
:
simpl
never
.
Arguments
cmra_dist
_
_
_
_
:
simpl
never
.
Arguments
cmra_compl
_
_
:
simpl
never
.
Arguments
cmra_unit
_
_
:
simpl
never
.
Arguments
cmra_op
_
_
_
:
simpl
never
.
Arguments
cmra_valid
_
_
:
simpl
never
.
Arguments
cmra_validN
_
_
_
:
simpl
never
.
Arguments
cmra_included
_
_
_
:
simpl
never
.
Arguments
cmra_minus
_
_
_
:
simpl
never
.
Arguments
cmra_cmra
_
:
simpl
never
.
Add
Printing
Constructor
cmraT
.
Existing
Instances
cmra_equiv
cmra_dist
cmra_compl
cmra_unit
cmra_op
cmra_valid
cmra_validN
cmra_included
cmra_minus
cmra_cmra
cmra_extend
.
...
...
This diff is collapsed.
Click to expand it.
iris/cmra_maps.v
+
1
−
1
View file @
1d628d4b
...
...
@@ -138,7 +138,7 @@ Section map.
*
by
intros
m1
m2
Hm
i
;
rewrite
!
lookup_fmap
;
apply
included_preserving
.
*
by
intros
n
m
?
i
;
rewrite
lookup_fmap
;
apply
validN_preserving
.
Qed
.
Local
Hint
Extern
0
=>
simpl
;
apply
map_fmap_ne
:
typeclass_instances
.
Hint
Resolve
(
map_fmap_ne
(
M
:=
M
))
:
typeclass_instances
.
Definition
mapRA_map
{
A
B
:
cmraT
}
(
f
:
A
-
n
>
B
)
:
mapRA
A
-
n
>
mapRA
B
:=
CofeMor
(
fmap
f
:
mapRA
A
→
mapRA
B
)
.
Global
Instance
mapRA_map_ne
{
A
B
}
n
:
...
...
This diff is collapsed.
Click to expand it.
iris/cofe.v
+
5
−
0
View file @
1d628d4b
...
...
@@ -45,6 +45,11 @@ Structure cofeT := CofeT {
Arguments
CofeT
_
{_
_
_
_}
.
Add
Printing
Constructor
cofeT
.
Existing
Instances
cofe_equiv
cofe_dist
cofe_compl
cofe_cofe
.
Arguments
cofe_car
_
:
simpl
never
.
Arguments
cofe_equiv
_
_
_
:
simpl
never
.
Arguments
cofe_dist
_
_
_
_
:
simpl
never
.
Arguments
cofe_compl
_
_
:
simpl
never
.
Arguments
cofe_cofe
_
:
simpl
never
.
(** General properties *)
Section
cofe
.
...
...
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