mirror of
https://github.com/achlipala/frap.git
synced 2024-12-01 00:26:18 +00:00
SharedMemory: formatting cleanup
This commit is contained in:
parent
9f938e6ac1
commit
7675534511
1 changed files with 3 additions and 3 deletions
|
@ -1748,14 +1748,14 @@ Theorem independent_threads_ok_again :
|
||||||
(fun p => let '(_, _, c) := p in
|
(fun p => let '(_, _, c) := p in
|
||||||
notAboutToFail c = true).
|
notAboutToFail c = true).
|
||||||
Proof.
|
Proof.
|
||||||
(* We need to supply that summary when invoking the proof principle, though we
|
(* We need to supply the summary when invoking the proof principle, though we
|
||||||
* could also have used Ltac to compute it automatically. *)
|
* could also have used Ltac to compute it automatically. *)
|
||||||
eapply step_stepC with (cs := [(_, {| Reads := {0, 1};
|
eapply step_stepC with (cs := [(_, {| Reads := {0, 1};
|
||||||
Writes := {1};
|
Writes := {1};
|
||||||
Locks := {} |})]
|
Locks := {} |})]
|
||||||
++ [(_, {| Reads := {2};
|
++ [(_, {| Reads := {2};
|
||||||
Writes := {2};
|
Writes := {2};
|
||||||
Locks := {} |})]).
|
Locks := {} |})]).
|
||||||
analyzer.
|
analyzer.
|
||||||
analyzer.
|
analyzer.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue