Skip to content

Commit 8d9e2b2

Browse files
committed
WIP
1 parent e529292 commit 8d9e2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23454,9 +23454,9 @@ \subsection{Same Type}
2345423454
the only kind of type which can declare type variables,
2345523455
so only a generic function type can be subjected to an alpha conversion.
2345623456
For example,
23457-
\code{List<X>\,\,\FUNCTION<X>({X\,\,arg})}
23457+
\code{List<X>\,\,\FUNCTION<X>({X})}
2345823458
can be turned into
23459-
\code{List<Y>\,\,\FUNCTION<Y>({Y\,\,arg})}
23459+
\code{List<Y>\,\,\FUNCTION<Y>({Y})}
2346023460
by alpha conversion.%
2346123461
}
2346223462

0 commit comments

Comments
 (0)