Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
Iris
Commits
fedc7d8a
Commit
fedc7d8a
authored
Aug 11, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in the documentation. Thanks to Joe for pointing that out.
parent
d317f129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/program-logic.tex
docs/program-logic.tex
+1
-1
No files found.
docs/program-logic.tex
View file @
fedc7d8a
...
...
@@ -272,7 +272,7 @@ The signature can of course state arbitrary additional properties of $\pred$, as
The adequacy statement now reads as follows:
\begin{align*}
&
\All
\mask
,
\expr
,
\val
,
\state
.
\\
&
(
\TRUE
\proves
{
\upd
}_
\mask
\Exists
\stateinterp
.
\stateinterp
(
\state
) *
\wpre
[\stateinterp]
{
\expr
}
[
\stuckness
;
\mask
]
{
x.
\;
\pred
(x)
}
)
\Ra
\\
&
(
\TRUE
\proves
\pvs
[
\mask
]
\Exists
\stateinterp
.
\stateinterp
(
\state
) *
\wpre
[\stateinterp]
{
\expr
}
[
\stuckness
;
\mask
]
{
x.
\;
\pred
(x)
}
)
\Ra
\\
&
\expr
,
\state
\vDash
_
\stuckness
V
\end{align*}
Notice that the state invariant
$
S
$
used by the weakest precondition is chosen
\emph
{
after
}
doing a fancy update, which allows it to depend on the names of ghost variables that are picked in that initial fancy update.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment