mirror of
https://github.com/achlipala/frap.git
synced 2024-12-03 01:16:19 +00:00
SharedMemory: formatting cleanup
This commit is contained in:
parent
9f938e6ac1
commit
7675534511
1 changed files with 3 additions and 3 deletions
|
@ -1748,7 +1748,7 @@ 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};
|
||||||
|
|
Loading…
Reference in a new issue