Skip to content

Commit 8bb9943

Browse files
committed
WIP
1 parent 41fea75 commit 8bb9943

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
@@ -23708,6 +23708,11 @@ \section*{Appendix: Algorithmic Subtyping}
2370823708
It is valid to choose $Z_i$ to be $X_i$ or $Y_i$,
2370923709
so long as capture is avoided.%
2371023710
}
23711+
23712+
\item
23713+
If $T_0$ is \code{($V_0$, \ldots, $V_n$, \{$V_{n+1} d_{n+1}$, \ldots, $V_m d_m$\})}
23714+
and $T_1$ is \code{($S_0$, \ldots, $S_n$, \{$S_{n+1} d_{n+1}$, \ldots, $S_m d_m$\})}
23715+
then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{V_i}{S_i} for each $i \in 0 .. m$.
2371123716
\end{itemize}
2371223717

2371323718

0 commit comments

Comments
 (0)