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
58864e5b
Commit
58864e5b
authored
4 years ago
by
Hai Dang
Browse files
Options
Downloads
Patches
Plain Diff
Bump gpfsl
parent
d61f7e25
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#45270
passed
4 years ago
Stage: build
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coq-lambda-rust.opam
+1
-1
1 addition, 1 deletion
coq-lambda-rust.opam
theories/typing/lib/rwlock/rwlockwriteguard_code.v
+1
-1
1 addition, 1 deletion
theories/typing/lib/rwlock/rwlockwriteguard_code.v
with
2 additions
and
2 deletions
coq-lambda-rust.opam
+
1
−
1
View file @
58864e5b
...
@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
...
@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
"""
"""
depends: [
depends: [
"coq-gpfsl" { (= "dev.2021-0
3-07.0.6acef1f1
") | (= "dev") }
"coq-gpfsl" { (= "dev.2021-0
4-14.2.89510b36
") | (= "dev") }
]
]
build: [make "-j%{jobs}%"]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
theories/typing/lib/rwlock/rwlockwriteguard_code.v
+
1
−
1
View file @
58864e5b
...
@@ -144,7 +144,7 @@ Section rwlockwriteguard_functions.
...
@@ -144,7 +144,7 @@ Section rwlockwriteguard_functions.
iDestruct
(
GPS_SWWriter_shared
with
"W"
)
as
"[W Rs]"
.
iDestruct
(
GPS_SWWriter_shared
with
"W"
)
as
"[W Rs]"
.
iSplitR
""
;
[|
done
]
.
iExists
None
.
iSplitL
""
;
[
done
|]
.
iSplitR
""
;
[|
done
]
.
iExists
None
.
iSplitL
""
;
[
done
|]
.
iFrame
"Share g W Rs"
.
iApply
(
bor_iff
with
"[] Hx'"
)
.
iFrame
"Share g W Rs"
.
iApply
(
bor_iff
with
"[] Hx'"
)
.
iIntros
"!> !#"
.
iApply
bi
_
iff_sym
.
by
iApply
"EqO"
.
}
iIntros
"!> !#"
.
iApply
bi
.
iff_sym
.
by
iApply
"EqO"
.
}
{
by
iIntros
"!> !> $"
.
}
{
by
iIntros
"!> !> $"
.
}
iIntros
"!>"
(?)
"(_ & R' & Hβ & _)"
.
iIntros
"!>"
(?)
"(_ & R' & Hβ & _)"
.
wp_seq
.
iMod
(
"Hcloseα"
with
"Hβ"
)
as
"Hα"
.
wp_seq
.
iMod
(
"Hcloseα"
with
"Hβ"
)
as
"Hα"
.
...
...
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