Skip to content

Commit 44617da

Browse files
committed
WIP
1 parent b1f8bd7 commit 44617da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/dartLangSpec.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23583,7 +23583,7 @@ \section*{Appendix: Algorithmic Subtyping}
2358323583
\item
2358423584
\textbf{Type Variable Reflexivity 1:}
2358523585
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$
2358723587
then \SubtypeNE{T_0}{T_1}.
2358823588

2358923589
\commentary{%
@@ -23625,12 +23625,12 @@ \section*{Appendix: Algorithmic Subtyping}
2362523625
\end{itemize}
2362623626
\item
2362723627
\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}.
2363023630
\item
2363123631
\textbf{Left Type Variable Bound:}
2363223632
$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}.
2363423634
\item
2363523635
\textbf{Function Type/Function:}
2363623636
$T_0$ is a function type and $T_1$ is \FUNCTION.

0 commit comments

Comments
 (0)