<div dir="ltr"><div>I still vote for keeping &quot;cases&quot;</div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>I see it as a replacement for dictionary literal &quot;pattern matching&quot;:<br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(39,42,216)">1</span><span style="color:rgb(0,0,0)"> : </span>&quot;one&quot;<span style="color:rgb(0,0,0)">, </span><span style="color:rgb(39,42,216)">2</span><span style="color:rgb(0,0,0)"> : </span>&quot;two&quot;<span style="color:rgb(0,0,0)">, </span><span style="color:rgb(39,42,216)">3</span><span style="color:rgb(0,0,0)"> : </span>&quot;three&quot;<span style="color:rgb(0,0,0)">][</span><span style="color:rgb(39,42,216)">1</span><span style="color:rgb(0,0,0)">] ?? </span>&quot;undefined&quot;</div></div><div></div></div></blockquote><div><br></div><div>A dictionary needs keys that are Hashable. A dictionary produces an optional. We&#39;ve discussed this, and more, earlier in the thread.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Even though it would be nice to have but I don’t think that I would use it frequently.</div></div></blockquote><div><br></div><div>Granted, it&#39;s a bit ugly, but given the choice, I would pick &quot;cases&quot; over &quot;case case case case ...&quot; every time.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>In addition, to be more consistent with &quot;case&quot;, &quot;cases&quot; would introduce pattern matching which doesn’t seem right with this concise syntax.</div></div></blockquote><div><br></div><div>I haven&#39;t thought this through. It just bums me out a little to replace the switch with something that still has imho unnecessary verbosity.</div><div><br></div><div><br></div></div></div></div>