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

Remove outdated TODO.

parent 205a111e
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,6 @@ Proof. split; apply _. Qed. ...@@ -15,9 +15,6 @@ Proof. split; apply _. Qed.
Definition to_heap : state heapRA := fmap Excl. Definition to_heap : state heapRA := fmap Excl.
Definition of_heap : heapRA state := omap (maybe Excl). Definition of_heap : heapRA state := omap (maybe Excl).
(* TODO: Do we want to expose heap ownership based on the state, or the heapRA?
The former does not expose the annoying "Excl", so for now I am going for
that. We should be able to derive the lemmas we want for this, too. *)
Definition heap_mapsto {Σ} (i : gid) `{HeapInG Σ i} Definition heap_mapsto {Σ} (i : gid) `{HeapInG Σ i}
(γ : gname) (l : loc) (v : val) : iPropG heap_lang Σ := (γ : gname) (l : loc) (v : val) : iPropG heap_lang Σ :=
auth_own i γ {[ l Excl v ]}. auth_own i γ {[ l Excl 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