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

stub out the accidentally committed per-location allocation

parent bfbc4420
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ Section heap.
P wp E (Alloc e) Q.
Proof.
intros HN ? ? HP. eapply wp_alloc_heap with (σ:=); try eassumption.
rewrite HP. rewrite left_id.
rewrite HP. Fail rewrite left_id.
Abort.
Lemma wp_load_heap N E γ σ l v P Q :
σ !! l = Some v
......
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