Skip to content
Snippets Groups Projects
Commit e71bd415 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

fix build.

parent 4499177d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,10 @@ Lemma wp_lam E xl e e' el Φ :
Closed (xl +b+ []) e
subst_l xl el e = Some e'
WP e' @ E {{ Φ }} -∗ WP App (Lam xl e) el @ E {{ Φ }}.
Proof. iIntros (???) "?". by iApply (wp_rec _ _ BAnon). Qed.
Proof.
iIntros (???) "?". iApply (wp_rec _ _ BAnon)=>//.
by rewrite /= option_fmap_id.
Qed.
Lemma wp_let E x e1 e2 v Φ :
to_val e1 = Some v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment