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

Remove obsolete FIXME.

parent e96d95ce
Branches notations
No related tags found
No related merge requests found
......@@ -204,8 +204,6 @@ Section util.
(l : loc) (vl' : vec val m), v = #l l ↦∗ vl' freeable_sz n m l.
Proof.
rewrite ownptr_own. apply uPred.exist_proper=>l. iSplit.
(* FIXME: The goals here look rather confusing: One cannot tell that we are looking at
a statement in Iris; the top-level → could just as well be a Coq implication. *)
- iIntros "H". iDestruct "H" as (vl) "(% & Hl & _ & $)". subst v.
iExists vl. iSplit; done.
- iIntros "H". iDestruct "H" as (vl) "(% & Hl & $)". subst 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