[swift-evolution] Revisiting SE-0110
Stephen Celis
stephen.celis at gmail.com
Tue Jun 6 15:59:46 CDT 2017
> On Jun 6, 2017, at 1:43 PM, Mark Lacey via swift-evolution <swift-evolution at swift.org> wrote:
>
> Unless I am missing something this is an example of tuple destructuring. I’m looking for examples of other issues.
The destructuring issue is the most pervasive, but as mentioned it also breaks point-free style:
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170529/036911.html
Again, less common for most but heavily used by us and folks that use functional patterns and libs like RxSwift, ReactiveCocoa, etc., where a lot of streams/signals of values are composed into new structures.
Stephen
More information about the swift-evolution
mailing list