<div dir="ltr">While it looks nicer without the angle brackets, that suggestion is unresponsive to David&#39;s point that we need some way to distinguish defaulted generic arguments from inferred generic arguments.<div><br></div><div>Consider:</div><div>```</div><div>let a: Optional = 1 // Optional&lt;Int&gt;</div><div><br></div><div>enum FloatPreferringOptional&lt;T = Float&gt; {</div><div>  case some(T)</div><div>  case none</div><div>}</div><div><br></div><div>let b: FloatPreferringOptional = 1</div><div>// Does this give you an FloatPreferringOptional&lt;Int&gt;?</div><div>```</div><div><br></div><div>If the answer to the above question is &quot;yes, T is inferred as Int&quot; then we need some way to express &quot;give me the default for T, which is Float.&quot; If the answer to the above question is &quot;no&quot; then we need some way to express &quot;don&#39;t give me the default; rather, infer type T from the right hand side.&quot;</div><div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 23, 2017 at 6:30 PM, Matthew Johnson via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">This proposal looks good to me.  I have been looking forward to more flexible generic arguments for a while.<div><br></div><div>I agree with previous commenters who prefer the option to leave off the angle brackets when all parameters have defaults.</div><div><br></div><div>The proposal specifically mentions that the syntax is inspired by that of function arguments.  This is good, but I wonder if maybe we should draw further inspiration from function arguments and also add parameter labels for generic arguments.  Both feel like low hanging fruit in the generics area (correct me if I’m wrong about that) and it would be great to see both enhancements make it into Swift 4.</div><div><div><br><div><blockquote type="cite"><div><div class="h5"><div>On Jan 23, 2017, at 9:55 AM, Srđan Rašić via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_-2275226256302434135Apple-interchange-newline"></div></div><div><div><div class="h5"><div dir="ltr">Hi Everyone,<div><br></div><div>I&#39;ve opened a PR (<a href="https://github.com/apple/swift-evolution/pull/591" target="_blank">https://github.com/apple/<wbr>swift-evolution/pull/591</a>) <wbr>proposing default generic arguments which I think would be nice addition to the language. They are also mentioned in &quot;Generic manifesto&quot;. </div><div><br></div><div>The proposal is focusing around generic types. Generic functions are not coved by the proposal and I don&#39;t think that we need default generic arguments in generic functions as all the types are always part of the function signature so the compiler can always infer them. One corner case might be if using default argument values in which case support for default generic arguments in functions might be useful.</div><div><br></div><div>It would be great to hear your opinions and suggestions so I can refine the proposal.<br></div></div></div></div><span class="">
______________________________<wbr>_________________<br>swift-evolution mailing list<br><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br></span></div></blockquote></div><br></div></div></div><br>______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
<br></blockquote></div><br></div></div>