@@ -21659,15 +21659,15 @@ \subsubsection{Meta-Variables}
21659
21659
}
21660
21660
21661
21661
\LMHash{}%
21662
- In this section we use the following meta-variables:
21662
+ In this section (\ref{subtypes}) we use the following meta-variables,
21663
+ possibly with an index like $X_1$ or $S_j$:
21663
21664
21664
21665
\begin{itemize}
21665
21666
\item $X$ ranges over type variables.
21666
21667
\item $C$ ranges over classes,
21667
21668
\item $F$ ranges over type aliases.
21668
- \item $T$ and $S$ range over types, possibly with an index like $T_1$ or $S_j$.
21669
- \item $B$ ranges over types, again possibly with an index;
21670
- it is only used as a type variable bound.
21669
+ \item $T$ and $S$ range over types.
21670
+ \item $B$ ranges over types; it is only used as a type variable bound.
21671
21671
\item $r$ and $r'$ range over \REQUIRED{} or empty;
21672
21672
it is used to enable the specification of a named parameter
21673
21673
which may or may not have the modifier \REQUIRED.
@@ -21890,8 +21890,8 @@ \subsubsection{Informal Subtype Rule Descriptions}
21890
21890
For example, rule~\SrnRightFutureOrA{} says that
21891
21891
``The type $S$ is a \ldots{} of \code{FutureOr<$T$>} \ldots'',
21892
21892
and this is taken to mean that for any arbitrary types $S$ and $T$,
21893
- showing that $S$ is a subtype of $T$ is sufficient to show that $S$ is
21894
- a subtype of \code{FutureOr< $T$>} .
21893
+ in order to show that $S$ is a subtype of \code{FutureOr< $T$>}
21894
+ it is sufficient to show that $S$ is a subtype of $T$.
21895
21895
21896
21896
Another example is the wording in rule~\SrnReflexivity{}:
21897
21897
``\ldots{} in any environment $\Delta$'',
@@ -21918,7 +21918,7 @@ \subsubsection{Informal Subtype Rule Descriptions}
21918
21918
Note that this implies that these types are equivalent
21919
21919
according to the subtype relation.
21920
21920
We denote these types,
21921
- and others with the same property (such as \code{FutureOr<Object>}),
21921
+ and others with the same property (such as \code{FutureOr<Object>? }),
21922
21922
as top types
21923
21923
(\ref{superBoundedTypes}).
21924
21924
\Item{\SrnLeftTop}{Left Top}
0 commit comments