Skip to content
Snippets Groups Projects
Verified Commit ab9e5fa4 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

na_inv: tweak definition

Debatable, but the proof context of `na_inv_alloc` writes `ε` instead of `CoPSet
∅`.
parent 3cebc8a1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ Section defs.
Definition na_inv (p : na_inv_pool_name) (N : namespace) (P : iProp Σ) : iProp Σ :=
i, i (N:coPset)
inv N (P own p (CoPset , GSet {[i]}) na_own p {[i]}).
inv N (P own p (ε, GSet {[i]}) na_own p {[i]}).
End defs.
Global Instance: Params (@na_inv) 3 := {}.
......
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