> On Jun 24, 2016, at 11:30 PM, Austin Zheng <austinzh...@gmail.com> wrote: > > Would you be willing to elaborate a bit on "Removing argument labels from the > type system"? The bulk of this went away when tuple splatting was removed, > and values of function type already seem to ignore the labels of the > functions they are assigned.
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. -Chris _______________________________________________ swift-evolution mailing list swift-evolution@swift.org https://lists.swift.org/mailman/listinfo/swift-evolution