Skip to content
Snippets Groups Projects
Commit 726366bb authored by David Swasey's avatar David Swasey
Browse files

Revert git:00444b07 as the weaker notion of atomicity is too weak for unsafe WP.

parent 8de0b894
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,6 @@ Section language.
Proof. unfold reducible, irreducible. naive_solver. Qed.
Lemma reducible_not_val e σ : reducible e σ to_val e = None.
Proof. intros (?&?&?&?); eauto using val_stuck. Qed.
Lemma val_irreducible e σ : is_Some (to_val e) irreducible e σ.
Proof. intros [??] ??? ?%val_stuck. by destruct (to_val e). Qed.
Global Instance of_val_inj : Inj (=) (=) (@of_val Λ).
Proof. by intros v v' Hv; apply (inj Some); rewrite -!to_of_val Hv. Qed.
......
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