Skip to content
Snippets Groups Projects
Commit fd342e32 authored by Ralf Jung's avatar Ralf Jung
Browse files

avoid rewriting with a non-rewritable relation

parent 44600ea8
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ Section gc.
apply (auth_update_alloc _ (to_gc_map (<[l := (v, I)]> gcm)) (to_gc_map ({[l := (v, I)]}))).
rewrite to_gc_map_insert to_gc_map_singleton.
pose proof (to_gc_map_valid gcm).
setoid_rewrite alloc_singleton_local_update=>//. }
apply: alloc_singleton_local_update; done. }
iMod ("Hclose" with "[H● HsepM Hl]").
+ iExists _.
iDestruct (big_sepM_insert with "[HsepM Hl]") as "HsepM"=>//; iFrame.
......
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