mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Typo in function definition
This commit is contained in:
parent
3582bd1222
commit
1b43aa9aea
1 changed files with 1 additions and 1 deletions
|
@ -5053,7 +5053,7 @@ One simply follows all the edges in the graph determined by a transition system,
|
||||||
For our object language in this chapter, a good safety property is that commands are \emph{not about to fail}, formalized as:
|
For our object language in this chapter, a good safety property is that commands are \emph{not about to fail}, formalized as:
|
||||||
\begin{eqnarray*}
|
\begin{eqnarray*}
|
||||||
\natf{\mt{Fail}} &=& \bot \\
|
\natf{\mt{Fail}} &=& \bot \\
|
||||||
\natf{x \leftarrow c_1; c_x(x)} &=& \natf{c_1} \\
|
\natf{x \leftarrow c_1; c_2(x)} &=& \natf{c_1} \\
|
||||||
\natf{c_1 || c_2} &=& \natf{c_1} \land \natf{c_2} \\
|
\natf{c_1 || c_2} &=& \natf{c_1} \land \natf{c_2} \\
|
||||||
\natf{\_} &=& \top
|
\natf{\_} &=& \top
|
||||||
\end{eqnarray*}
|
\end{eqnarray*}
|
||||||
|
|
Loading…
Reference in a new issue