File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23418,7 +23418,7 @@ \section*{Appendix: Algorithmic Subtyping}
23418
23418
\item
23419
23419
\textbf{Type Variable Reflexivity 1:}
23420
23420
if $T_0$ is a type variable $X_0$
23421
- or a promoted type variables \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23421
+ or a promoted type variable \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23422
23422
then \SubtypeNE{T_0}{T_1}.
23423
23423
23424
23424
\commentary{%
@@ -23460,12 +23460,12 @@ \section*{Appendix: Algorithmic Subtyping}
23460
23460
\end{itemize}
23461
23461
\item
23462
23462
\textbf{Left Promoted Variable:}
23463
- $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23464
- and \SubtypeNE{S_0}{T_1}.
23463
+ If $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23464
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{S_0}{T_1}.
23465
23465
\item
23466
23466
\textbf{Left Type Variable Bound:}
23467
23467
$T_0$ is a type variable $X_0$ with bound $B_0$
23468
- and \SubtypeNE{B_0}{T_1}.
23468
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{B_0}{T_1}.
23469
23469
\item
23470
23470
\textbf{Function Type/Function:}
23471
23471
$T_0$ is a function type and $T_1$ is \FUNCTION.
You can’t perform that action at this time.
0 commit comments