Skip to content

Commit c9196d6

Browse files
committed
WIP
1 parent e96a60a commit c9196d6

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
@@ -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}

0 commit comments

Comments
 (0)