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
fa64ab8b
Commit
fa64ab8b
authored
3 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump std++.
parent
ecfbd943
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#49303
passed
3 years ago
Changes
2
Pipelines
10
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/lang/heap.v
+1
-1
1 addition, 1 deletion
theories/lang/heap.v
with
2 additions
and
2 deletions
coq-lambda-rust.opam
+
1
−
1
View file @
fa64ab8b
...
...
@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2021-06-1
7
.0.
adac669b
") | (= "dev") }
"coq-iris" { (= "dev.2021-06-1
8
.0.
366d607e
") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
theories/lang/heap.v
+
1
−
1
View file @
fa64ab8b
...
...
@@ -349,7 +349,7 @@ Section heap.
etrans
;
first
apply
(
IH
(
l
+
ₗ
1
))
.
{
intros
.
by
rewrite
shift_loc_assoc
.
}
rewrite
shift_loc_0
-
insert_singleton_op
;
last
first
.
{
rewrite
-
equiv_
Non
e
big_opL_commute
equiv_
Non
e
big_opL_None
=>
l'
v'
?
.
{
rewrite
-
None_
equiv_e
q
big_opL_commute
None_
equiv_e
q
big_opL_None
=>
l'
v'
?
.
rewrite
lookup_singleton_None
-
{
2
}(
shift_loc_0
l
)
.
apply
not_inj
;
lia
.
}
rewrite
to_heap_insert
.
setoid_rewrite
shift_loc_assoc
.
apply
alloc_local_update
;
last
done
.
apply
lookup_to_heap_None
.
...
...
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