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

proph_map: fix a variable name

parent 2125dac3
No related branches found
No related tags found
No related merge requests found
...@@ -74,11 +74,11 @@ Section list_resolves. ...@@ -74,11 +74,11 @@ Section list_resolves.
Qed. Qed.
End list_resolves. End list_resolves.
Lemma proph_map_init `{Countable P, !proph_mapGpreS P V PVS} pvs ps : Lemma proph_map_init `{Countable P, !proph_mapGpreS P V Σ} pvs ps :
|==> _ : proph_mapGS P V PVS, proph_map_interp pvs ps. |==> _ : proph_mapGS P V Σ, proph_map_interp pvs ps.
Proof. Proof.
iMod (ghost_map_alloc_empty) as (γ) "Hh". iMod (ghost_map_alloc_empty) as (γ) "Hh".
iModIntro. iExists (ProphMapGS P V PVS _ _ _ γ), ∅. iSplit; last by iFrame. iModIntro. iExists (ProphMapGS P V _ _ _ _ γ), ∅. iSplit; last by iFrame.
iPureIntro. done. iPureIntro. done.
Qed. Qed.
......
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