> On Nov 9, 2017, at 4:01 PM, Paul Cantrell <[email protected]> wrote: > > using the same name for both flatMap variants causes the type checker to > miss programmer errors
Not to mention, makes it do a lot more work, lengthening compile times (especially when mixed with closure and literal type inference… the combinations, they explode).
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
