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

fix a comment

parent 95561ad3
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,7 @@ Module inv. Section inv. ...@@ -103,8 +103,7 @@ Module inv. Section inv.
Hypothesis finished_dup : forall γ, finished γ finished γ finished γ. Hypothesis finished_dup : forall γ, finished γ finished γ finished γ.
(* We have that we cannot view shift from the initial state to false (* We assume that we cannot view shift to false. *)
(because the initial state is actually achievable). *)
Hypothesis soundness : ¬ (True pvs1 False). Hypothesis soundness : ¬ (True pvs1 False).
(** Some general lemmas and proof mode compatibility. *) (** Some general lemmas and proof mode compatibility. *)
......
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