<div dir="ltr">Only up to a point. Recursive uses — such as show, which delegates to other Show instances for record fields, etc. — are problematic.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 11, 2019 at 1:04 PM Johannes Waldmann <<a href="mailto:johannes.waldmann@htwk-leipzig.de">johannes.waldmann@htwk-leipzig.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>
At run-time, only the branch (Left/Right) is "picked" at run-time.<br>
For each branch, the "show" instance is determined at compile-time.<br>
<br>
The problem is that such instances are represented by dictionaries,<br>
and this adds extra cost (extra arguments) to function calls -<br>
but only in those cases where these dictionaries<br>
are not inlined (that is, removed) statically.<br>
<br>
But I am thinking that GHC has become very good at inlining.<br>
<br>
- J.W.<br>
<br>
_______________________________________________<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" 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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>