Skip to content

Commit d65ae9d

Browse files
committed
WIP
1 parent f0e4af7 commit d65ae9d

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
@@ -23419,12 +23419,12 @@ \subsection{Same Type}
2341923419
and $T$ is an identifier or a prefixed identifier which is resolved
2342023420
to denote a type-introducing declaration $D_T$,
2342123421
and $D_S$ is the same declaration as $D_T$.
23422+
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23423+
and $S'$ is the same type as $T'$.
2342223424
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2342323425
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2342423426
where $C$ and $D$ have been resolved to denote the same declaration,
2342523427
and $U_j$ is the same type as $V_j$ for all $j \in 1 .. s$.
23426-
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23427-
and $S'$ is the same type as $T'$.
2342823428
%% TODO(eernst): When records are added, add a record type case here.
2342923429
\item $S$ and $T$ are both positional function types with the same
2343023430
number of mandatory parameters and the same number of optional parameters,

0 commit comments

Comments
 (0)