Question: why is it possible to have a name of a p...
# language-proposals
v
Question: why is it possible to have a name of a parameter in a functional type declaration:
(y: Int) -> Int
?