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

barrier: follow new variable name conventions

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