File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23423,6 +23423,14 @@ \subsection{Same Type}
2342323423 number of mandatory parameters and the same set of named parameters,
2342423424 the same return type, and the same type for each of the parameters,
2342523425 and the same subset of the named parameters marked as \REQUIRED.
23426+ \item $S$ is of the form \code{$F$<$U_1$, \ldots\ $U_s$>} where $F$
23427+ denotes a type alias declaration,
23428+ the unfolding of the type alias yields $S'$,
23429+ and $S'$ is the same type as $T$.
23430+ \item $T$ is of the form \code{$G$<$V_1$, \ldots\ $V_s$>} where $G$
23431+ denotes a type alias declaration,
23432+ the unfolding of the type alias yields $T'$,
23433+ and $S$ is the same type as $T'$.
2342623434\item There exists an alpha conversion of $S$ yielding $S'$, and
2342723435 $S'$ and $T$ are the same type.
2342823436\end{itemize}
You can’t perform that action at this time.
0 commit comments