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

fix invariant of low states

parent a3a70c30
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ Section proof.
Notation iProp := (iPropG heap_lang Σ).
Definition waiting (P : iProp) (I : gset gname) : iProp :=
( Q : gmap gname iProp, (P -★ Π{map Q} (λ _ Q, Q))
Π{map Q} (λ i Q, saved_prop_own SpI i Q))%I.
( Q : gname iProp, (P -★ Π{set I} (λ i, Q i))
Π{set I} (λ i, saved_prop_own SpI i (Q i)))%I.
Definition ress (I : gset gname) : iProp :=
(Π{set I} (λ i, Q, saved_prop_own SpI i Q Q))%I.
......
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