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

Remove useless scope.

parent 707b6601
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Section defs.
Definition cinv_own (γ : gname) (p : frac) : iProp Σ := own γ p.
Definition cinv (N : namespace) (γ : gname) (P : iProp Σ) : iProp Σ :=
inv N (P cinv_own γ 1)%I.
inv N (P cinv_own γ 1).
End defs.
Instance: Params (@cinv) 5 := {}.
......
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