Skip to content
Snippets Groups Projects
Verified Commit d76fbc01 authored by Tej Chajed's avatar Tej Chajed
Browse files

Fix compilation with Coq 8.10

Fixes a bug from iris/iris!488
parent e6f1e4a9
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ Section lemmas.
|==> γ, P γ ghost_var γ 1 a.
Proof.
iIntros (?). rewrite /ghost_var.
iMod (own_alloc_strong _ P) as (γ ?) "Hown"; by eauto.
iMod (own_alloc_strong (to_frac_agree (A:=leibnizO A) 1 a) P)
as (γ ?) "Hown"; by eauto.
Qed.
Lemma ghost_var_alloc a :
|==> γ, ghost_var γ 1 a.
......
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