mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Missed loop invariant in big-step semantics
This commit is contained in:
parent
7bc0425ccf
commit
477788abaa
1 changed files with 1 additions and 1 deletions
|
@ -3251,7 +3251,7 @@ $$\infer{\bigstep{(h, v, \{I\} \while{b}{c})}{(h', v')}}{
|
||||||
\denote{b}(h, v)
|
\denote{b}(h, v)
|
||||||
& \bigstep{(h, v, c; \{I\} \while{b}{c})}{(h', v')}
|
& \bigstep{(h, v, c; \{I\} \while{b}{c})}{(h', v')}
|
||||||
}
|
}
|
||||||
\quad \infer{\bigstep{(h, v, \while{b}{c})}{(h, v)}}{
|
\quad \infer{\bigstep{(h, v, \{I\} \while{b}{c})}{(h, v)}}{
|
||||||
\neg \denote{b}(h, v)
|
\neg \denote{b}(h, v)
|
||||||
}$$
|
}$$
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue