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}
2341823418\item
2341923419 \textbf{Type Variable Reflexivity 1:}
2342023420 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$
2342223422 then \SubtypeNE{T_0}{T_1}.
2342323423
2342423424 \commentary{%
@@ -23460,12 +23460,12 @@ \section*{Appendix: Algorithmic Subtyping}
2346023460 \end{itemize}
2346123461\item
2346223462 \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}.
2346523465\item
2346623466 \textbf{Left Type Variable Bound:}
2346723467 $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}.
2346923469\item
2347023470 \textbf{Function Type/Function:}
2347123471 $T_0$ is a function type and $T_1$ is \FUNCTION.
You can’t perform that action at this time.
0 commit comments