Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
George Pirlea
Iris
Commits
801a5b24
Commit
801a5b24
authored
Jun 05, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually the LHS of [of_envs] is persistent AND affine
parent
8f319109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/proofmode/coq_tactics.v
theories/proofmode/coq_tactics.v
+1
-1
No files found.
theories/proofmode/coq_tactics.v
View file @
801a5b24
...
...
@@ -152,7 +152,7 @@ Implicit Types P Q : PROP.
Lemma
of_envs_eq
Δ
:
of_envs
Δ
=
(
⌜
envs_wf
Δ⌝
∧
□
[
∧
]
env_intuitionistic
Δ
∗
[
∗
]
env_spatial
Δ
)%
I
.
Proof
.
done
.
Qed
.
(** An environment is a ∗ of something
persistent
and the spatial environment.
(** An environment is a ∗ of something
intuitionistic
and the spatial environment.
TODO: Can we define it as such? *)
Lemma
of_envs_eq'
Δ
:
of_envs
Δ
⊣
⊢
(
⌜
envs_wf
Δ⌝
∧
□
[
∧
]
env_intuitionistic
Δ
)
∗
[
∗
]
env_spatial
Δ
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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