File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 433433 Firstly, inspired by the [prog_spec_2] example from the previous
434434 section, this definition makes the postcondition generic.
435435 Next, the precondition [P] implies the generic weakest precondition,
436- signifying that we must first prove [P] before we can apply
436+ signifying that we must first prove [P] before we can apply the
437437 specification for [e].
438438 Finally, the definition uses two modalities that we have yet to cover.
439439 The persistently modality [□] signifies that the specification can be
Original file line number Diff line number Diff line change 461461 Firstly, inspired by the [prog_spec_2] example from the previous
462462 section, this definition makes the postcondition generic.
463463 Next, the precondition [P] implies the generic weakest precondition,
464- signifying that we must first prove [P] before we can apply
464+ signifying that we must first prove [P] before we can apply the
465465 specification for [e].
466466 Finally, the definition uses two modalities that we have yet to cover.
467467 The persistently modality [□] signifies that the specification can be
You can’t perform that action at this time.
0 commit comments