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

Bump Iris, fix FIXME.

parent 6f6bd266
No related branches found
No related tags found
No related merge requests found
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq 55294a275cc03823d941c678d236e36e00b785a5 coq-iris https://gitlab.mpi-sws.org/FP/iris-coq 7127e55309477c4a1db2cd43d58f65efa3431171
...@@ -166,8 +166,7 @@ Section code. ...@@ -166,8 +166,7 @@ Section code.
(* TODO: It would be nice to say [{#}] as the last spec pattern to clear the context in there. *) (* TODO: It would be nice to say [{#}] as the last spec pattern to clear the context in there. *)
{ rewrite tctx_interp_cons tctx_interp_singleton tctx_hasty_val' // tctx_hasty_val' //. { rewrite tctx_interp_cons tctx_interp_singleton tctx_hasty_val' // tctx_hasty_val' //.
iFrame. iSplitL "Hx". iFrame. iSplitL "Hx".
- iExists _. iFrame. rewrite uninit_own vec_to_list_length. - iExists _. iFrame. by rewrite uninit_own vec_to_list_length.
by iNext. (* FIXME: Just "done" should work here. *)
- iExists (_ :: vl). rewrite heap_mapsto_vec_cons. iFrame. - iExists (_ :: vl). rewrite heap_mapsto_vec_cons. iFrame.
(* FIXME: Why does calling `iFrame` twice even make a difference? *) (* FIXME: Why does calling `iFrame` twice even make a difference? *)
iFrame. eauto. } iFrame. eauto. }
......
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