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}
2356723567\item
2356823568 \textbf{Type Variable Reflexivity 1:}
2356923569 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$
2357123571 then \SubtypeNE{T_0}{T_1}.
2357223572
2357323573 \commentary{%
@@ -23609,12 +23609,12 @@ \section*{Appendix: Algorithmic Subtyping}
2360923609 \end{itemize}
2361023610\item
2361123611 \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}.
2361423614\item
2361523615 \textbf{Left Type Variable Bound:}
2361623616 $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}.
2361823618\item
2361923619 \textbf{Function Type/Function:}
2362023620 $T_0$ is a function type and $T_1$ is \FUNCTION.
You can’t perform that action at this time.
0 commit comments