[swift-evolution] [pitch] Eliminate the "T1 -> T2" syntax, require "(T1) -> T2"

Michael Peternell michael.peternell at gmx.at
Fri Apr 15 14:52:21 CDT 2016


I don't see any advantage of requiring parenthesis. I think programmers should be allowed to write (Int) -> Int, and they should also be allowed to write Int -> Int.

-Michael



More information about the swift-evolution mailing list