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

move comment into appropriate section

parent 9ac050a9
No related branches found
No related tags found
No related merge requests found
...@@ -211,9 +211,9 @@ Proof. apply pure_soundness. Qed. ...@@ -211,9 +211,9 @@ Proof. apply pure_soundness. Qed.
Lemma later_soundness P : bi_emp_valid ( P) bi_emp_valid P. Lemma later_soundness P : bi_emp_valid ( P) bi_emp_valid P.
Proof. apply later_soundness. Qed. Proof. apply later_soundness. Qed.
(** See [derived.v] for a similar soundness result for basic updates. *)
End restate. End restate.
(** See [derived.v] for the version for basic updates. *)
(** New unseal tactic that also unfolds the BI layer. (** New unseal tactic that also unfolds the BI layer.
This is used by [base_logic.double_negation]. This is used by [base_logic.double_negation].
......
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