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 @@ -23482,6 +23482,14 @@ \subsection{Same Type}
2348223482 number of mandatory parameters and the same set of named parameters,
2348323483 the same return type, and the same type for each of the parameters,
2348423484 and the same subset of the named parameters marked as \REQUIRED.
23485+ \item $S$ is of the form \code{$F$<$U_1$, \ldots\ $U_s$>} where $F$
23486+ denotes a type alias declaration,
23487+ the unfolding of the type alias yields $S'$,
23488+ and $S'$ is the same type as $T$.
23489+ \item $T$ is of the form \code{$G$<$V_1$, \ldots\ $V_s$>} where $G$
23490+ denotes a type alias declaration,
23491+ the unfolding of the type alias yields $T'$,
23492+ and $S$ is the same type as $T'$.
2348523493\item There exists an alpha conversion of $S$ yielding $S'$, and
2348623494 $S'$ and $T$ are the same type.
2348723495\end{itemize}
You can’t perform that action at this time.
0 commit comments