Skip to content

Commit 926fdcf

Browse files
committed
Clean up whitespace
1 parent 249579f commit 926fdcf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

specification/dartLangSpec.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23286,7 +23286,7 @@ \subsection{Same Static Type}
2328623286
In short, this transformation adds a unique prefix to every type name
2328723287
which is resolved to a top-level declaration
2328823288
(in the same library or in an imported library).
23289-
23289+
2329023290
This transformation does not change any occurrence of \VOID,
2329123291
and does not need to;
2329223292
\VOID{} is a reserved word, not a type identifier.
@@ -23308,7 +23308,8 @@ \subsection{Same Static Type}
2330823308

2330923309
\LMHash{}%
2331023310
When we say that two types $T_1$ and $T_2$ have the
23311-
\IndexCustom{same explicitly resolved syntax}{type!same explicitly resolved syntax},
23311+
\IndexCustom{same explicitly resolved syntax}{%
23312+
type!same explicitly resolved syntax},
2331223313
it refers to the situation where the current library
2331323314
and all libraries which are reachable via one or more imports
2331423315
have been transformed as described above,
@@ -23324,7 +23325,7 @@ \subsection{Same Static Type}
2332423325
A function type is the only kind of type that declares type variables.
2332523326
For example,
2332623327
\code{List<X>\,\,\FUNCTION<X>({X\,\,arg})}
23327-
can be turned into
23328+
can be turned into
2332823329
\code{List<Y>\,\,\FUNCTION<Y>({Y\,\,arg})}
2332923330
by alpha conversion.%
2333023331
}
@@ -23745,7 +23746,7 @@ \section*{Appendix: Algorithmic Subtyping}
2374523746
\item
2374623747
If $T_0$ is \code{($V_0$, \ldots, $V_n$, \{$V_{n+1} d_{n+1}$, \ldots, $V_m d_m$\})}
2374723748
and $T_1$ is \code{($S_0$, \ldots, $S_n$, \{$S_{n+1} d_{n+1}$, \ldots, $S_m d_m$\})}
23748-
then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{V_i}{S_i} for each $i \in 0 .. m$.
23749+
then \SubtypeNE{T_0}{T_1} if{}f \SubtypeNE{V_i}{S_i} for each $i \in 0 .. m$.
2374923750
\end{itemize}
2375023751

2375123752

0 commit comments

Comments
 (0)