mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +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
|
||||
notAboutToFail c = true).
|
||||
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. *)
|
||||
eapply step_stepC with (cs := [(_, {| Reads := {0, 1};
|
||||
Writes := {1};
|
||||
Locks := {} |})]
|
||||
++ [(_, {| Reads := {2};
|
||||
Writes := {2};
|
||||
Locks := {} |})]).
|
||||
Writes := {2};
|
||||
Locks := {} |})]).
|
||||
analyzer.
|
||||
analyzer.
|
||||
|
||||
|
|
Loading…
Reference in a new issue