<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Actually I used it to fake the Pascal ord(x) function:<br>
<br>ord = fromEnum<br><br>Problem?<br><br>Michael<br><br><br>--- On <b>Wed, 10/7/09, Bulat Ziganshin <i>&lt;bulat.ziganshin@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Bulat Ziganshin &lt;bulat.ziganshin@gmail.com&gt;<br>Subject: Re[4]: [Haskell-cafe] Creating an alias for a function<br>To: "Luke Palmer" &lt;lrpalmer@gmail.com&gt;<br>Cc: "Bulat Ziganshin" &lt;Bulat.Ziganshin@gmail.com&gt;, haskell-cafe@haskell.org<br>Date: Wednesday, October 7, 2009, 3:41 AM<br><br><div class="plainMail">Hello Luke,<br><br>Wednesday, October 7, 2009, 11:35:47 AM, you wrote:<br><br>&gt;&gt;&gt; car = head<br>&gt;&gt;<br>&gt;&gt; unfortunately it doesn't work without -fno-monomorphism-restriction<br><br>&gt; It should be fine without the monomorphism restriction.&nbsp; Said<br>&gt; restriction only applies to functions with typeclass constraints, of<br>&gt; which this has
 none.<br><br>oh, i don't known this. but anyway michael may have such<br>functions about those you need to alias<br><br><br>-- <br>Best regards,<br> Bulat&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mailto:<a ymailto="mailto:Bulat.Ziganshin@gmail.com" href="/mc/compose?to=Bulat.Ziganshin@gmail.com">Bulat.Ziganshin@gmail.com</a><br><br>_______________________________________________<br>Haskell-Cafe mailing list<br><a ymailto="mailto:Haskell-Cafe@haskell.org" href="/mc/compose?to=Haskell-Cafe@haskell.org">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></blockquote></td></tr></table><br>