Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
1da32c56
Commit
1da32c56
authored
Nov 15, 2017
by
Robbert Krebbers
Browse files
Fix typo.
parent
29aba696
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/saved_prop.v
View file @
1da32c56
...
...
@@ -28,7 +28,8 @@ Section saved_anything.
Implicit
Types
x
y
:
F
(
iProp
Σ
).
Implicit
Types
γ
:
gname
.
Global
Instance
saved_prop_persistent
γ
x
:
Persistent
(
saved_anything_own
γ
x
).
Global
Instance
saved_anything_persistent
γ
x
:
Persistent
(
saved_anything_own
γ
x
).
Proof
.
rewrite
/
saved_anything_own
;
apply
_
.
Qed
.
Lemma
saved_anything_alloc_strong
x
(
G
:
gset
gname
)
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment