Commits

Doug Gregor committed ca440c615f0
[SE-0111] Disallow function types with argument labels. Reject function types with argument labels in the parser. One can still provide a parameter name with, e.g., typealias FunctionType = (_ start: Int, _ end: Int) -> Int but these names are currently not reflected anywhere in the ASTs.