<div dir="ltr">Ok, thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 7, 2017 at 4:52 PM, Karl Wagner <span dir="ltr">&lt;<a href="mailto:razielim@gmail.com" target="_blank">razielim@gmail.com</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"><span class=""><br><div><blockquote type="cite"><div>On 7. Jun 2017, at 11:29, Jens Persson via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:</div><br class="m_2869478702764229118Apple-interchange-newline"><div><div dir="ltr">I see, this quote from the introduction of SE-0142 is not to be taken literally then:<div><br></div><div><div>For example, the SequenceType protocol could be declared as follows if the current proposal was accepted:</div><div><br></div><div>protocol Sequence {</div><div>    associatedtype Iterator : IteratorProtocol</div><div>    associatedtype SubSequence : Sequence where SubSequence.Iterator.Element == Iterator.Element</div><div>    ...</div><div>}</div></div><div><br></div><div>Don&#39;t want to nitpick, but it&#39;s hard to follow Swift&#39;s evolution when proposals like eg SE-0142 (and eg SE-0110) can have status &quot;implemented&quot;  even though they contain statements and examples like the above which simply are not true (when compared to the compiler which supposedly implements the proposal).</div><div><br></div><div>Is there somewhere I can see what *part(s)* of an &quot;implemented&quot; proposal are *actually implemented*?</div><div><br></div><div>Otherwise, I think it would be less confusing if partly implemented proposals were marked as such.</div><div><br></div><div>/Jens</div><div><br></div></div></div></blockquote><div><br></div></div></span>I think that’s just a poor example in the proposal. Constraining &quot;SubSequence: Sequence&quot; is not actually part of SE-0142.<div><br></div><div>As for implementation status, usually I check the changelog (<a href="https://github.com/apple/swift/blob/master/CHANGELOG.md" target="_blank">https://github.com/apple/<wbr>swift/blob/master/CHANGELOG.md</a><wbr>)</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>- Karl</div></font></span></div></blockquote></div><br></div>