[swift-evolution] Partial list of open Swift 3 design topics

Charlie Monroe charlie at charliemonroe.net
Tue Jun 28 00:04:11 CDT 2016


> This came from a short list of topics Doug provided me, but the basic issue is that:
> 
> func f(a : Int, b : Int) {
>  let x = f   // x has type (a: Int, b: Int) -> ()
> }
> 
> I’m not exactly sure what the counterproposal is.

My guess is to require let x = f(a:,b:) (specifying arguments)?

> 
> -Chris
> 
> 
> 
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution



More information about the swift-evolution mailing list