But `Map<T, T>` is `* -> * -> *`. If y...
# language-proposals
c
But
Map<T, T>
is
* -> * -> *
. If you assign it to
* -> *
, I would expect to get
* -> *
, not
*