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 @@ -23567,7 +23567,7 @@ \section*{Appendix: Algorithmic Subtyping}
23567
23567
\item
23568
23568
\textbf{Type Variable Reflexivity 1:}
23569
23569
if $T_0$ is a type variable $X_0$
23570
- or a promoted type variables \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23570
+ or a promoted type variable \code{$X_0$\,\&\,$S_0$} and $T_1$ is $X_0$
23571
23571
then \SubtypeNE{T_0}{T_1}.
23572
23572
23573
23573
\commentary{%
@@ -23609,12 +23609,12 @@ \section*{Appendix: Algorithmic Subtyping}
23609
23609
\end{itemize}
23610
23610
\item
23611
23611
\textbf{Left Promoted Variable:}
23612
- $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23613
- and \SubtypeNE{S_0}{T_1}.
23612
+ If $T_0$ is a promoted type variable \code{$X_0$\,\&\,$S_0$}
23613
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{S_0}{T_1}.
23614
23614
\item
23615
23615
\textbf{Left Type Variable Bound:}
23616
23616
$T_0$ is a type variable $X_0$ with bound $B_0$
23617
- and \SubtypeNE{B_0}{T_1}.
23617
+ then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{B_0}{T_1}.
23618
23618
\item
23619
23619
\textbf{Function Type/Function:}
23620
23620
$T_0$ is a function type and $T_1$ is \FUNCTION.
You can’t perform that action at this time.
0 commit comments