<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 8, 2017, at 7:09 PM, Daniel Duan via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi everyone,<br class=""><br class="">Here’s revision 2 of SE-0155. I’d love some feedback before going into re-review.<br class=""><br class="">Note the “anonymous case” feature is not in this proposal. I found the motivation section difficult to write when it’s included. I’ve drafted a separate proposal that adds it.<br class=""><br class="">Rendered version: <a href="https://github.com/dduan/swift-evolution/blob/SE0155-rev2/proposals/0155-normalize-enum-case-representation.md" class="">https://github.com/dduan/swift-evolution/blob/SE0155-rev2/proposals/0155-normalize-enum-case-representation.md</a><br class=""></div></div></blockquote><div><br class=""></div><div>You appear to have pasted a different version below from what's rendered at that link.</div><div><br class=""></div><div>Some comments:</div><div><br class=""></div><div>- Overloading seems like unnecessarily distracting scope creep. I would leave it out.</div><div><br class=""></div><div>- Having `case&nbsp;leaf()` have type Tree is IMO more surprising than making it equivalent to `case leaf`. It should either behave as if it were a method, or be banned outright. We don't need two ways to spell the same thing.</div><div><br class=""></div><div>-Joe</div></div><br class=""></body></html>