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

Merge branch 'fix-mr-488' into 'master'

Fix compilation with Coq 8.10

See merge request iris/iris!507
parents e6f1e4a9 d76fbc01
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ Section lemmas. ...@@ -40,7 +40,8 @@ Section lemmas.
|==> γ, P γ ghost_var γ 1 a. |==> γ, P γ ghost_var γ 1 a.
Proof. Proof.
iIntros (?). rewrite /ghost_var. 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. Qed.
Lemma ghost_var_alloc a : Lemma ghost_var_alloc a :
|==> γ, ghost_var γ 1 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