Sent from my iPhone
> On Apr 25, 2016, at 8:41 PM, Dmitri Gribenko <[email protected]> wrote: > > On Mon, Apr 25, 2016 at 8:28 PM, Douglas Gregor via swift-evolution > <[email protected]> wrote: >> Did you consider an alternate syntax that puts the where clause outside the >> braces, e.g., >> >> protocol R : Q where AssocType : P { >> // … >> } > > To me this reads like declaring a conditional conformance. I'm reading it as "R is-a Q where AssocType is-a P". > > Dmitri > > -- > main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if > (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/ _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
