Skip to content

Commit 6437681

Browse files
committed
WIP
1 parent 8faee3a commit 6437681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/dartLangSpec.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23559,6 +23559,11 @@ \section*{Appendix: Algorithmic Subtyping}
2355923559
It is valid to choose $Z_i$ to be $X_i$ or $Y_i$,
2356023560
so long as capture is avoided.%
2356123561
}
23562+
23563+
\item
23564+
If $T_0$ is \code{($V_0$, \ldots, $V_n$, \{$V_{n+1} d_{n+1}$, \ldots, $V_m d_m$\})}
23565+
and $T_1$ is \code{($S_0$, \ldots, $S_n$, \{$S_{n+1} d_{n+1}$, \ldots, $S_m d_m$\})}
23566+
then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{V_i}{S_i} for each $i \in 0 .. m$.
2356223567
\end{itemize}
2356323568

2356423569

0 commit comments

Comments
 (0)