Skip to content

Commit 4a83466

Browse files
committed
WIP
1 parent 5c2471b commit 4a83466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23425,7 +23425,8 @@ \subsection{Same Type}
2342523425
}
2342623426
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2342723427
and $S'$ is the same type as $T'$.
23428-
\item $S$ is of the form \code{$X$\&$U$} and $T$ is of the form \code{$X$\&$V$},
23428+
\item $S$ is of the form \code{$X$\,\,\&\,\,$U$}
23429+
and $T$ is of the form \code{$X$\,\,\&\,\,$V$},
2342923430
and $U$ is the same type as $V$.
2343023431
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2343123432
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},

0 commit comments

Comments
 (0)