<div dir="ltr">Agreed. I think it would be nice to gather up seq-things and par-things into a nice piece of module hierarchy in some fashion. I make no claim to know how to do so nicely.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 9:51 AM, Henning Thielemann <span dir="ltr"><<a href="mailto:lemming@henning-thielemann.de" target="_blank">lemming@henning-thielemann.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On Fri, 24 Apr 2015, Yuras Shumovich wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Right now ($!) operator can be imported either from Prelude or GHC.Base.<br>
The later is specific to GHC, so it makes sense to avoid it.<br>
<br>
There are reasons to avoid Prelude too (e.g. because it pollutes name<br>
space, changes too often, etc.) We need a home module for all identifies<br>
from Prelude, so that one can import them without importing Prelude.<br>
</blockquote>
<br></span>
I don't understand. If you don't like to import it, you can<br>
  import Prelude hiding (($!))<br>
<br>
If you have disabled automatic import of Prelude, you can still import it selectively by:<br>
  import Prelude (($!))<span class=""><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Data.Functor seems to be a good candidate for ($!) operator home module.<br>
It already exports ($) operator.<br>
</blockquote>
<br></span>
I think it would better fit in a module for 'seq' and friends. Unfortunately there is no such module yet.<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</div></div></blockquote></div><br></div>