File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1160,7 +1160,7 @@ readability:
1160
1160
\[
1161
1161
\begin{prooftree}
1162
1162
\hypo{\idr{aeval st a1 = n}}
1163
- \infer2 [\idr{E_Ass}]{\idr{x := a1 / st |/ (t_update st x n)}}
1163
+ \infer1 [\idr{E_Ass}]{\idr{x := a1 / st |/ (t_update st x n)}}
1164
1164
\end{prooftree}
1165
1165
\]
1166
1166
@@ -1191,7 +1191,7 @@ readability:
1191
1191
\[
1192
1192
\begin{prooftree}
1193
1193
\hypo{\idr{beval st b = False}}
1194
- \infer2 [\idr{E_WhileEnd}]{\idr{WHILE b DO c END / st |/ st}}
1194
+ \infer1 [\idr{E_WhileEnd}]{\idr{WHILE b DO c END / st |/ st}}
1195
1195
\end{prooftree}
1196
1196
\]
1197
1197
@@ -1200,9 +1200,9 @@ readability:
1200
1200
\hypo{\idr{beval st b = True}}
1201
1201
\hypo{\idr{c / st |/ st'}}
1202
1202
\hypo{\idr{WHILE b DO c END / st' |/ st''}}
1203
- \infer2 [\idr{E_WhileLoop}]{\idr{WHILE b DO c END / st |/ st''}}
1203
+ \infer3 [\idr{E_WhileLoop}]{\idr{WHILE b DO c END / st |/ st''}}
1204
1204
\end{prooftree}
1205
- \]
1205
+ \]
1206
1206
1207
1207
Here is the formal definition. Make sure you understand how it corresponds to
1208
1208
the inference rules.
@@ -1696,4 +1696,4 @@ free to play with this too if you like.)
1696
1696
1697
1697
> -- FILL IN HERE
1698
1698
1699
- $\square$
1699
+ $\square$
You can’t perform that action at this time.
0 commit comments