> On 12 May 2017, at 09:05, Dave Abrahams via swift-evolution > <[email protected]> wrote: > > > on Thu May 11 2017, David Hart <[email protected]> wrote: > >> I have the impression this would be simple enough because it would only live >> in the parser. But I'm >> no expert. > > You would need some way to tell the compiler which associated type goes > in the <>s.
I don’t think we are talking about associated types but only of generic arguments (Set, Array). But perhaps you’re going to say it’s a bad idea to promote (through a nicer syntax) writing generic algorithms over Array when they could be written against Sequence. > -- > -Dave > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
