Skip to content

Commit 2800f67

Browse files
committed
WIP
1 parent 417e710 commit 2800f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23478,12 +23478,12 @@ \subsection{Same Type}
2347823478
and $T$ is an identifier or a prefixed identifier which is resolved
2347923479
to denote a type-introducing declaration $D_T$,
2348023480
and $D_S$ is the same declaration as $D_T$.
23481+
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23482+
and $S'$ is the same type as $T'$.
2348123483
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2348223484
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2348323485
where $C$ and $D$ have been resolved to denote the same declaration,
2348423486
and $U_j$ is the same type as $V_j$ for all $j \in 1 .. s$.
23485-
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23486-
and $S'$ is the same type as $T'$.
2348723487
%% TODO(eernst): When records are added, add a record type case here.
2348823488
\item $S$ and $T$ are both positional function types with the same
2348923489
number of mandatory parameters and the same number of optional parameters,

0 commit comments

Comments
 (0)