Skip to content

Commit 2fa39d2

Browse files
committed
WIP
1 parent f37e60c commit 2fa39d2

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
@@ -23736,6 +23736,11 @@ \section*{Appendix: Algorithmic Subtyping}
2373623736
It is valid to choose $Z_i$ to be $X_i$ or $Y_i$,
2373723737
so long as capture is avoided.%
2373823738
}
23739+
23740+
\item
23741+
If $T_0$ is \code{($V_0$, \ldots, $V_n$, \{$V_{n+1} d_{n+1}$, \ldots, $V_m d_m$\})}
23742+
and $T_1$ is \code{($S_0$, \ldots, $S_n$, \{$S_{n+1} d_{n+1}$, \ldots, $S_m d_m$\})}
23743+
then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{V_i}{S_i} for each $i \in 0 .. m$.
2373923744
\end{itemize}
2374023745

2374123746

0 commit comments

Comments
 (0)