<div dir="ltr">What about `PreconditionFailure`? If you obtain an instance of this type, it means a precondition has failed.<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Jacob<br></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jun 6, 2016 at 9:48 AM, Joe Groff 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">`Never` seems reasonable to me too. I&#39;ll add that to the proposal as an alternative.<br>
<br>
-Joe<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; On Jun 5, 2016, at 11:37 AM, T.J. Usiyan via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; I vote for Bottom or Never. None does not convey &quot;this should not occur or be evaluated&quot;.<br>
&gt;<br>
&gt; On Sun, Jun 5, 2016 at 2:26 PM, Антон Жилин &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt; The following names were suggested: NoReturn, Bottom, None, Never.<br>
&gt; I would pick None, because it looks like opposite to Any and fits nicely in generic types.<br>
&gt;<br>
&gt; I would prefer the type to be simple, and be implemented as a case-less enum (not a bottom value, as in Haskell).<br>
&gt;<br>
&gt; None should be a usual enum, with no compiler magic except that functions returning None are equivalent to current @noreturn.<br>
&gt;<br>
&gt; Example 1.<br>
&gt; let x: None?<br>
&gt; // ...<br>
&gt; let y = x!<br>
&gt;<br>
&gt; It will trap in runtime not because we discover scary bottom thing, as in Haskell, but because x had value Optional.none at that moment and we asserted otherwise.<br>
&gt; We could prove that it is always true in this case, but compiler must be stupid about this.<br>
&gt;<br>
&gt; Example 2.<br>
&gt; Compiler should allow including None in structures. Error will show up in constructor, when we will not be able to initialize the field.<br>
&gt;<br>
&gt; Example 3.<br>
&gt; None in an enum case makes that case never appear in values of such a type. But compiler can not know about that.<br>
&gt;<br>
&gt; - Anton<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
_______________________________________________<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/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div></div>