Skip to content
Snippets Groups Projects
Commit fa64ab8b authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Bump std++.

parent ecfbd943
No related branches found
No related tags found
No related merge requests found
Pipeline #49303 passed
......@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2021-06-17.0.adac669b") | (= "dev") }
"coq-iris" { (= "dev.2021-06-18.0.366d607e") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -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_None big_opL_commute equiv_None big_opL_None=> l' v' ?.
{ rewrite -None_equiv_eq big_opL_commute None_equiv_eq 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment