File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23478,12 +23478,12 @@ \subsection{Same Type}
2347823478 and $T$ is an identifier or a prefixed identifier which is resolved
2347923479 to denote a type-introducing declaration $D_T$,
2348023480 and $D_S$ is the same declaration as $D_T$.
23481+ \item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23482+ and $S'$ is the same type as $T'$.
2348123483\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2348223484 and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2348323485 where $C$ and $D$ have been resolved to denote the same declaration,
2348423486 and $U_j$ is the same type as $V_j$ for all $j \in 1 .. s$.
23485- \item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23486- and $S'$ is the same type as $T'$.
2348723487%% TODO(eernst): When records are added, add a record type case here.
2348823488\item $S$ and $T$ are both positional function types with the same
2348923489 number of mandatory parameters and the same number of optional parameters,
You can’t perform that action at this time.
0 commit comments