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
Merge requests
!30
Enable mangled names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable mangled names
ci/weak_mem_mangle_names
into
masters/weak_mem
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Hai Dang
requested to merge
ci/weak_mem_mangle_names
into
masters/weak_mem
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
masters/weak_mem
masters/weak_mem (base)
and
latest version
latest version
ed863f8b
2 commits,
1 year ago
2 files
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
theories/lang/memcpy.v
+
0
−
1
Options
@@ -32,7 +32,6 @@ Proof.
-
destruct
vl1
as
[|
v1
vl1
],
vl2
as
[|
v2
vl2
],
n
as
[|
n
|];
try
(
discriminate
||
lia
)
.
revert
Hvl1
Hvl2
.
intros
[
=
Hvl1
]
[
=
Hvl2
];
rewrite
!
own_loc_na_vec_cons
.
subst
n
.
iDestruct
"Hl1"
as
"[Hv1 Hl1]"
.
iDestruct
"Hl2"
as
"[Hv2 Hl2]"
.
Local
Opaque
Zminus
.
wp_read
;
wp_write
.
do
3
wp_op
.
iApply
(
"IH"
with
"[%] [%] Hl1 Hl2"
);
[
lia
..|]
.
iIntros
"!> [Hl1 Hl2]"
;
iApply
"HΦ"
;
by
iFrame
.
Qed
.
Loading