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

actually the LHS of [of_envs] is persistent AND affine

parent 8f319109
No related branches found
No related tags found
No related merge requests found
......@@ -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 Δ.
......
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