mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-12 18:48:25 +00:00
Fix typo in T-Let Figure 3.4
This commit is contained in:
@@ -6547,9 +6547,9 @@ Computations
|
||||
% Let
|
||||
\inferrule*[Lab=\tylab{Let}]
|
||||
{\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}
|
||||
\caption{Typing rules}
|
||||
\label{fig:base-language-type-rules}
|
||||
|
||||
Reference in New Issue
Block a user