Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
6034656d
Commit
6034656d
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris.
parent
413406e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/lang/lib/lock.v
+2
-6
2 additions, 6 deletions
theories/lang/lib/lock.v
with
3 additions
and
7 deletions
opam.pins
+
1
−
1
View file @
6034656d
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
1edf71ef9809456c29454d8ad60c34ea10e36fe8
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
55294a275cc03823d941c678d236e36e00b785a5
This diff is collapsed.
Click to expand it.
theories/lang/lib/lock.v
+
2
−
6
View file @
6034656d
...
...
@@ -86,13 +86,9 @@ Section proof.
{{{
P
}}}
acquire
[
#
l
]
@
E
{{{
RET
#
();
locked
γ
∗
R
∗
P
}}}
.
Proof
.
iIntros
"#Hproto !# * HP HΦ"
.
iLöb
as
"IH"
.
wp_rec
.
iPoseProof
(
try_acquire_spec
with
"[Hproto] * HP"
)
as
"Hacq"
.
{
iFrame
"Hproto"
.
(* FIXME: Just saying "Hproto" in the pattern above should work. *)
}
wp_apply
"Hacq"
.
(* FIXME: Using `(try_acquire_spec with "[Hproto] * HP")` to avoid the
iPoseProof should work. *)
iIntros
([])
.
wp_apply
(
try_acquire_spec
with
"Hproto HP"
)
.
iIntros
([])
.
-
iIntros
"[[Hlked HR] Hown]"
.
wp_if
.
iApply
"HΦ"
;
iFrame
.
-
iIntros
"[_ Hown]"
.
wp_if
.
iApply
(
"IH"
with
"Hown
[
HΦ
]
"
)
.
auto
.
-
iIntros
"[_ Hown]"
.
wp_if
.
iApply
(
"IH"
with
"Hown HΦ"
)
.
Qed
.
Lemma
release_spec
E
γ
l
R
P
:
...
...
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