Skip to content

Commit

Permalink
Commas
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jan 18, 2024
1 parent 365d7ae commit b2b2572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11735,11 +11735,11 @@ \subsection{Function Expressions}
then $T$ derives the future type $S$.
\item
If $T$ is \code{$T_1$?} for some $T_1$, and
$T_1$ derives the future type $S_1$
$T_1$ derives the future type $S_1$,
then $T$ derives the future type \code{$S_1$?}.
\item
If $T$ is a type variable with bound $B$, and
$B$ derives the future type $S$
$B$ derives the future type $S$,
then $T$ derives the future type $S$.
\item
If $T$ is of the form \code{$X$\,\,\&\,\,$B$} then the following holds:
Expand All @@ -11748,7 +11748,7 @@ \subsection{Function Expressions}
if $B$ derives the future type $S$ then $T$ derives $S$.
\item
if $B$ does not derive a future type,
but $X$ derives the future type $S$
but $X$ derives the future type $S$,
then $T$ derives $S$.
\end{itemize}
\end{itemize}
Expand Down

0 comments on commit b2b2572

Please sign in to comment.