Skip to content

Commit 93820b7

Browse files
committed
WIP
1 parent 754a6f3 commit 93820b7

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
@@ -23450,11 +23450,11 @@ \subsection{Same Type}
2345023450
textually identical type parameter declaration lists,
2345123451
if they only differ in the choice of naming.%
2345223452
}
23453-
\item $S$ is of the form \code{$F$<$U_1$, \ldots\ $U_s$>} where $F$
23453+
\item (1) $S$ is of the form \code{$F$<$U_1$, \ldots\ $U_s$>} where $F$
2345423454
denotes a type alias declaration,
2345523455
the unfolding of the type alias yields $S'$,
2345623456
and $S'$ is the same type as $T$.
23457-
\item $T$ is of the form \code{$G$<$V_1$, \ldots\ $V_s$>} where $G$
23457+
Otherwise (2), $T$ is of the form \code{$G$<$V_1$, \ldots\ $V_s$>} where $G$
2345823458
denotes a type alias declaration,
2345923459
the unfolding of the type alias yields $T'$,
2346023460
and $S$ is the same type as $T'$.

0 commit comments

Comments
 (0)