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
4c4298f1
There was a problem fetching the pipeline summary.
Commit
4c4298f1
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix build
parent
3a12bbe5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/lib/rc.v
+2
-2
2 additions, 2 deletions
theories/typing/lib/rc.v
with
2 additions
and
2 deletions
theories/typing/lib/rc.v
+
2
−
2
View file @
4c4298f1
...
...
@@ -77,7 +77,7 @@ Section rc.
iClear
"H↦ Hinv Hpb"
.
iMod
(
bor_acc_cons
with
"LFT Hb Htok"
)
as
"[HP Hclose2]"
;
first
solve_ndisj
.
set
(
X
:=
(
∃
_
_
_,
_)
%
I
)
.
iModIntro
.
iNext
.
iAssert
X
with
"
>
[HP]"
as
"HX"
.
iModIntro
.
iNext
.
iAssert
X
with
"[
>
HP]"
as
"HX"
.
{
iDestruct
"HP"
as
"[[Hl' [H† Hown]]|$]"
;
last
done
.
iMod
(
lft_create
with
"LFT"
)
as
(
ν
)
"[[Hν1 Hν2] #Hν†]"
;
first
solve_ndisj
.
(* TODO: We should consider changing the statement of bor_create to dis-entangle the two masks such that this is no longer necessary. *)
...
...
@@ -96,7 +96,7 @@ Section rc.
{
iNext
.
iIntros
"HX"
.
iModIntro
.
iNext
.
iRight
.
iExists
γ
,
ν
,
q'
.
iExact
"HX"
.
}
{
iNext
.
by
iFrame
"#∗"
.
}
iAssert
C
with
"
>
[HX]"
as
"#HC"
.
iAssert
C
with
"[
>
HX]"
as
"#HC"
.
{
iExists
_,
_,
_
.
iFrame
"Hinv"
.
iMod
(
bor_sep
with
"LFT HX"
)
as
"[_ HX]"
;
first
solve_ndisj
.
iMod
(
bor_sep
with
"LFT HX"
)
as
"[Hrc HX]"
;
first
solve_ndisj
.
...
...
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