<div dir="ltr"><div dir="auto">Another possibility is to write something like:</div><div dir="auto"><br></div><div>main = do</div><div>  [addr, port] <- pure args</div><div> ...</div><div><br></div><div>This is desugared in terms of `fail` rather than `error`, so it will also do the right thing in the `Maybe` monad.</div><div>Though of course this only works in do-notation.</div><div><br></div><div>-- Teo<br></div><div dir="auto"><div dir="auto"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 26 Jan 2023, 09:35 Henning Thielemann, <<a href="mailto:lemming@henning-thielemann.de" target="_blank">lemming@henning-thielemann.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On Thu, 26 Jan 2023, Kazu Yamamoto (山本和彦) via Haskell-Cafe wrote:<br>
<br>
> Even if this example is not appearing to you, there are a lot of <br>
> situations of this kind in practical code.<br>
<br>
I know. Each of this is an occasion to think about more appropriate types, <br>
such that only valid values can be represented._______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>