Speaking of MagicHash, is it really necessary to take an operator with &quot;potential&quot; like (#) just to keep primitive symbols separate from the rest? At least from my 2010 Haskell learner perspective, it seems odd to create a whole language extension/lexical change just for that purpose.<br>
<br><div class="gmail_quote">On Thu, Oct 28, 2010 at 10:20 PM, wren ng thornton <span dir="ltr">&lt;<a href="mailto:wren@freegeek.org">wren@freegeek.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 10/28/10 10:42 AM, Ben Millwood wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here&#39;s the wiki page:<br>
<a href="http://hackage.haskell.org/trac/haskell-prime/wiki/CompositionAsDot" target="_blank">http://hackage.haskell.org/trac/haskell-prime/wiki/CompositionAsDot</a><br>
<br>
Personally I think function composition is what Haskell is all about<br>
and it is absolutely essential that the syntax for it be lightweight.<br>
If we think using . as qualification as well as composition is<br>
confusing, I&#39;m much more inclined to say using it as qualification was<br>
a mistake.<br>
<br>
The comment on the wiki page about $ being more common in reality is<br>
not even close to true for my own code, and I don&#39;t think I&#39;m unusual<br>
in that regard.<br>
</blockquote>
<br></div>
Agreed on both counts. Personally, I&#39;d much rather have name qualification and record selection use a different character than to remove (.) as composition. And replacing (.) with some abomination like `o` is unthinkable.<br>

<br>
As for the selector character, I&#39;m partial to # but that would clash with MagicHash.<br>
<br>
-- <br>
Live well,<br><font color="#888888">
~wren</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>