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 @@ -23583,7 +23583,7 @@ \section*{Appendix: Algorithmic Subtyping}
23583
23583
\item
23584
23584
\textbf{Type Variable Reflexivity 1:}
23585
23585
if $T_0$ is a type variable $X_0$
23586
- or a promoted type variables \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23586
+ or a promoted type variable \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23587
23587
then \SubtypeNE{T_0}{T_1}.
23588
23588
23589
23589
\commentary{%
@@ -23625,12 +23625,12 @@ \section*{Appendix: Algorithmic Subtyping}
23625
23625
\end{itemize}
23626
23626
\item
23627
23627
\textbf{Left Promoted Variable:}
23628
- $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23629
- and \SubtypeNE{S_0}{T_1}.
23628
+ If $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23629
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{S_0}{T_1}.
23630
23630
\item
23631
23631
\textbf{Left Type Variable Bound:}
23632
23632
$T_0$ is a type variable $X_0$ with bound $B_0$
23633
- and \SubtypeNE{B_0}{T_1}.
23633
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{B_0}{T_1}.
23634
23634
\item
23635
23635
\textbf{Function Type/Function:}
23636
23636
$T_0$ is a function type and $T_1$ is \FUNCTION.
You can’t perform that action at this time.
0 commit comments