1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

Fix typo in T-Let Figure 3.4

This commit is contained in:
2023-01-09 14:42:09 +00:00
parent 2cecb13d34
commit 01e707822f

View File

@@ -6547,9 +6547,9 @@ Computations
% Let % Let
\inferrule*[Lab=\tylab{Let}] \inferrule*[Lab=\tylab{Let}]
{\typc{\Delta;\Gamma}{M : A}{E} \\ {\typc{\Delta;\Gamma}{M : A}{E} \\
\typ{\Delta;\Gamma, x : A}{N : C} \typc{\Delta;\Gamma, x : A}{N : B}{E}
} }
{\typ{\Delta;\Gamma}{\Let \; x \revto M\; \In \; N : C}} {\typc{\Delta;\Gamma}{\Let \; x \revto M\; \In \; N : B}{E}}
\end{mathpar} \end{mathpar}
\caption{Typing rules} \caption{Typing rules}
\label{fig:base-language-type-rules} \label{fig:base-language-type-rules}