Skip to content

Commit baea929

Browse files
committed
WIP
1 parent e572bc1 commit baea929

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
@@ -23395,9 +23395,9 @@ \subsection{Same Type}
2339523395
the only kind of type which can declare type variables,
2339623396
so only a generic function type can be subjected to an alpha conversion.
2339723397
For example,
23398-
\code{List<X>\,\,\FUNCTION<X>({X\,\,arg})}
23398+
\code{List<X>\,\,\FUNCTION<X>({X})}
2339923399
can be turned into
23400-
\code{List<Y>\,\,\FUNCTION<Y>({Y\,\,arg})}
23400+
\code{List<Y>\,\,\FUNCTION<Y>({Y})}
2340123401
by alpha conversion.%
2340223402
}
2340323403

0 commit comments

Comments
 (0)