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
e7580ecf
Commit
e7580ecf
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies
parent
80e0a15f
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
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
iris_unstable/base_logic/mono_list.v
+2
-2
2 additions, 2 deletions
iris_unstable/base_logic/mono_list.v
with
3 additions
and
3 deletions
coq-iris.opam
+
1
−
1
View file @
e7580ecf
...
...
@@ -28,7 +28,7 @@ tags: [
depends: [
"coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq-stdpp" { (= "dev.2023-03-2
1.2.4e1880d2
") | (= "dev") }
"coq-stdpp" { (= "dev.2023-03-2
4.1.504d165a
") | (= "dev") }
]
build: ["./make-package" "iris" "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
iris_unstable/base_logic/mono_list.v
+
2
−
2
View file @
e7580ecf
...
...
@@ -121,7 +121,7 @@ Section mono_list_own.
iDestruct
1
as
(
l1
Hl1
)
"H1"
.
iDestruct
1
as
(
l2
Hl2
)
"H2"
.
iDestruct
(
mono_list_lb_valid
with
"H1 H2"
)
as
%
Hpre
.
iPureIntro
.
destruct
Hpre
as
[
Hpre
|
Hpre
];
eapply
prefix_lookup
in
Hpre
;
eauto
;
congruence
.
destruct
Hpre
as
[
Hpre
|
Hpre
];
eapply
prefix_lookup
_Some
in
Hpre
;
eauto
;
congruence
.
Qed
.
Lemma
mono_list_auth_idx_lookup
γ
q
l
i
a
:
...
...
@@ -130,7 +130,7 @@ Section mono_list_own.
iIntros
"Hauth"
.
iDestruct
1
as
(
l1
Hl1
)
"Hl1"
.
iDestruct
(
mono_list_auth_lb_valid
with
"Hauth Hl1"
)
as
%
[_
Hpre
]
.
iPureIntro
.
eapply
prefix_lookup
in
Hpre
;
eauto
;
congruence
.
eapply
prefix_lookup
_Some
in
Hpre
;
eauto
;
congruence
.
Qed
.
Lemma
mono_list_lb_own_get
γ
q
l
:
...
...
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