Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Monitor
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
Iris
Iris
Merge requests
!11
Make the elements of gset persistent by changing the core
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make the elements of gset persistent by changing the core
amintimany/iris-coq:master
into
master
Overview
6
Commits
21
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Merged
Amin Timany
requested to merge
amintimany/iris-coq:master
into
master
8 years ago
Overview
6
Commits
21
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
2c64b551
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2c64b551
Correct the name gmap_persistent -> gset_persistent
· 2c64b551
Amin Timany
authored
8 years ago
algebra/gset.v
+
1
−
1
Options
@@ -54,7 +54,7 @@ Section gset.
intros
mZ
_
.
rewrite
!
gset_opM
=>
HX
.
by
rewrite
(
comm_L
_
X
)
-!
assoc_L
HX
.
Qed
.
Global
Instance
g
map
_persistent
X
:
Persistent
X
.
Global
Instance
g
set
_persistent
X
:
Persistent
X
.
Proof
.
by
apply
persistent_total
;
rewrite
gset_core_self
.
Qed
.
End
gset
.
Loading