Skip to content

Commit 1df0e80

Browse files
committed
WIP
1 parent 99edde4 commit 1df0e80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/dartLangSpec.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)