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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Gaëtan Gilbert
Iris
Commits
b335afaf
Commit
b335afaf
authored
2 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris.
parent
ce054a47
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
iris/algebra/dyn_reservation_map.v
+1
-1
1 addition, 1 deletion
iris/algebra/dyn_reservation_map.v
with
2 additions
and
2 deletions
coq-iris.opam
+
1
−
1
View file @
b335afaf
...
@@ -28,7 +28,7 @@ tags: [
...
@@ -28,7 +28,7 @@ tags: [
depends: [
depends: [
"coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq-stdpp" { (= "dev.2022-09-2
5
.0.c
71531e0
") | (= "dev") }
"coq-stdpp" { (= "dev.2022-09-2
9
.0.c
1e2742a
") | (= "dev") }
]
]
build: ["./make-package" "iris" "-j%{jobs}%"]
build: ["./make-package" "iris" "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
iris/algebra/dyn_reservation_map.v
+
1
−
1
View file @
b335afaf
...
@@ -284,7 +284,7 @@ Section cmra.
...
@@ -284,7 +284,7 @@ Section cmra.
such that both that set [E1] and the remainder [E2] are infinite. *)
such that both that set [E1] and the remainder [E2] are infinite. *)
edestruct
(
coPset_split_infinite
(
⊤
∖
(
Ef
∪
(
gset_to_coPset
$
dom
mf
))))
as
edestruct
(
coPset_split_infinite
(
⊤
∖
(
Ef
∪
(
gset_to_coPset
$
dom
mf
))))
as
(
E1
&
E2
&
HEunion
&
HEdisj
&
HE1inf
&
HE2inf
)
.
(
E1
&
E2
&
HEunion
&
HEdisj
&
HE1inf
&
HE2inf
)
.
{
rewrite
-
difference_difference_L
.
{
rewrite
-
difference_difference_
l_
L
.
by
apply
difference_infinite
,
gset_to_coPset_finite
.
}
by
apply
difference_infinite
,
gset_to_coPset_finite
.
}
exists
(
dyn_reservation_map_token
E1
)
.
exists
(
dyn_reservation_map_token
E1
)
.
split
;
first
by
apply
HQ
.
clear
HQ
.
split
;
first
by
apply
HQ
.
clear
HQ
.
...
...
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