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
8fbabc92
There was a problem fetching the pipeline mini graph.
Commit
8fbabc92
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation with latest Iris.
parent
282e21ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/type_sum.v
+1
-1
1 addition, 1 deletion
theories/typing/type_sum.v
theories/typing/unsafe/refcell/ref_code.v
+1
-1
1 addition, 1 deletion
theories/typing/unsafe/refcell/ref_code.v
with
3 additions
and
3 deletions
opam.pins
+
1
−
1
View file @
8fbabc92
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
939b747baa303ca3e2e1538cfd76fccd900596cf
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
2550dff5c235a7367390a26c0db9871adb8fe0e7
This diff is collapsed.
Click to expand it.
theories/typing/type_sum.v
+
1
−
1
View file @
8fbabc92
...
@@ -233,7 +233,7 @@ Section case.
...
@@ -233,7 +233,7 @@ Section case.
rewrite
-
(
take_drop
(
ty
.(
ty_size
))
vl1
)
heap_mapsto_vec_app
.
rewrite
-
(
take_drop
(
ty
.(
ty_size
))
vl1
)
heap_mapsto_vec_app
.
iDestruct
"H↦vl1"
as
"[H↦vl1 H↦pad]"
.
iDestruct
"H↦vl1"
as
"[H↦vl1 H↦pad]"
.
iDestruct
(
ty_size_eq
with
"Hty"
)
as
"#>%"
.
iDestruct
(
ty_size_eq
with
"Hty"
)
as
"#>%"
.
iApply
wp_fupd
.
iApply
(
wp_memcpy
with
"[$H↦vl1 $H↦2]"
);
[|
lia
|]
.
iApply
(
wp_memcpy
with
"[$H↦vl1 $H↦2]"
);
[|
lia
|]
.
{
rewrite
take_length
.
lia
.
}
{
rewrite
take_length
.
lia
.
}
iNext
;
iIntros
"[H↦vl1 H↦2]"
.
iNext
;
iIntros
"[H↦vl1 H↦2]"
.
rewrite
tctx_interp_cons
tctx_interp_singleton
!
tctx_hasty_val'
//.
rewrite
tctx_interp_cons
tctx_interp_singleton
!
tctx_hasty_val'
//.
...
...
This diff is collapsed.
Click to expand it.
theories/typing/unsafe/refcell/ref_code.v
+
1
−
1
View file @
8fbabc92
...
@@ -52,7 +52,7 @@ Section ref_functions.
...
@@ -52,7 +52,7 @@ Section ref_functions.
revert
Heq
.
intros
[
=
<-
]
.
destruct
st''
as
[[
ag
q'
]
n
]
.
revert
Heq
.
intros
[
=
<-
]
.
destruct
st''
as
[[
ag
q'
]
n
]
.
revert
Hle
=>
/
Some_included_2
/
Some_pair_included
revert
Hle
=>
/
Some_included_2
/
Some_pair_included
[
/
Some_pair_included_total_1
[
/
agree_included
Heq
_]
_]
[[
Hag
_]
_]
.
[
/
Some_pair_included_total_1
[
/
agree_included
Heq
_]
_]
[[
Hag
_]
_]
.
iExists
q'
,
n
.
iPureIntro
.
repeat
constructor
.
apply
Cin
l
r_equiv
.
iExists
q'
,
n
.
iPureIntro
.
repeat
constructor
.
apply
Cinr_equiv
.
do
2
constructor
;
last
done
.
apply
agree_op_inv
.
by
rewrite
comm
-
Heq
.
}
do
2
constructor
;
last
done
.
apply
agree_op_inv
.
by
rewrite
comm
-
Heq
.
}
iDestruct
"Hst"
as
%
[
st'
[
->
Hst'
]]
%
equiv_Some_inv_r'
.
iDestruct
"Hst"
as
%
[
st'
[
->
Hst'
]]
%
equiv_Some_inv_r'
.
destruct
st'
as
[|[[]]|];
try
by
inversion
Hst'
.
apply
(
inj
Cinr
),
(
inj2
pair
)
in
Hst'
.
destruct
st'
as
[|[[]]|];
try
by
inversion
Hst'
.
apply
(
inj
Cinr
),
(
inj2
pair
)
in
Hst'
.
...
...
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