Skip to content
Snippets Groups Projects
Commit 71722fe9 authored by Alban Gruin's avatar Alban Gruin
Browse files

correct_store_buffer: proof simplification


Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent 75e2fe1f
No related branches found
No related tags found
No related merge requests found
...@@ -305,6 +305,6 @@ Section monotonicity. ...@@ -305,6 +305,6 @@ Section monotonicity.
- now destruct opc. - now destruct opc.
(* st = Su, st' = Sn *) (* st = Su, st' = Sn *)
- now destruct (ready _ _ _ && free _ _ _ _), (ready _ _ _ && free _ _ _ _), opc. - now destruct (ready _ _ _ && free _ _ _ _), opc.
Qed. Qed.
End monotonicity. End monotonicity.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment