Skip to content

Commit

Permalink
Fixed yet another pair of \ell -> \ell_1
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Mar 30, 2022
1 parent f32066e commit 28f889e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10019,12 +10019,12 @@ \subsubsection{List Literal Inference}
the errors that would occur with the corresponding \FOR{} statement
\code{\AWAIT?\,\,\FOR\,\,($P$)\,\,\{\}},
located in the same scope as $\ell$.
Moreover, the errors and type analysis of $\ell$ is performed
Moreover, the errors and type analysis of $\ell_1$ is performed
as if it occurred in the body scope of said \FOR{} statement.
\commentary{%
For instance, if $P$ is of the form
\code{\VAR\,\,v\,\,\IN\,\,$e_1$}
then the variable \code{v} is in scope for $\ell$.%
then the variable \code{v} is in scope for $\ell_1$.%
}

Inference for the parts
Expand Down

0 comments on commit 28f889e

Please sign in to comment.