File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11293,12 +11293,17 @@ \subsection{Function Expressions}
11293
11293
\LMHash{}%
11294
11294
When none of these cases are applicable,
11295
11295
we say that $T$ does not have a future type.
11296
- \commentary{Note that if $T$ has a future type $F$ then \SubtypeNE{T}{F}.}
11296
+
11297
+ \commentary{%
11298
+ Note that if $T$ has a future type $F$ then \SubtypeNE{T}{F},
11299
+ and $F$ is always of the form \code{$G$<...>} or \code{$G$<...>?},
11300
+ where $G$ is \code{Future} or \code{FutureOr}.%
11301
+ }
11297
11302
11298
11303
\LMHash{}%
11299
11304
We define the auxiliary function
11300
- \IndexCustom{\flatten{T}}{flatten(t)@\emph{flatten}$(T)$},
11301
- as follows, again using the first applicable case:
11305
+ \IndexCustom{\flatten{T}}{flatten(t)@\emph{flatten}$(T)$}
11306
+ as follows, using the first applicable case:
11302
11307
11303
11308
\begin{itemize}
11304
11309
\item If $T$ is \code{$S$?}\ for some $S$
You can’t perform that action at this time.
0 commit comments