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:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user