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

prepare for Iris WP change

parent aefab58b
No related branches found
No related tags found
No related merge requests found
Pipeline #48096 passed
...@@ -54,7 +54,9 @@ Qed. ...@@ -54,7 +54,9 @@ Qed.
Lemma switch_lams_spec `{heapGS Σ} y i n ws vs e Φ : Lemma switch_lams_spec `{heapGS Σ} y i n ws vs e Φ :
length vs = n length vs = n
WP subst_map (map_string_seq y i vs ws) e {{ Φ }} -∗ WP subst_map (map_string_seq y i vs ws) e {{ Φ }} -∗
WP subst_map ws (switch_lams y i n e) {{ w, WP fill (AppLCtx <$> vs) w {{ Φ }} }}. WP subst_map ws (switch_lams y i n e) {{ w, WP fill (AppLCtx <$> vs) (w : val) {{ Φ }} }}.
(* FIXME: Once we depend on Coq 8.13, make WP notation use [v closed binder]
so that we can add a type annotation at the [w] binder here. *)
Proof. Proof.
iIntros (<-) "H". iIntros (<-) "H".
iInduction vs as [|v vs] "IH" forall (i ws); csimpl. iInduction vs as [|v vs] "IH" forall (i ws); csimpl.
......
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