[Haskell-cafe] Desugaring of infix operators is (always?) the wrong way round

Henning Thielemann lemming at henning-thielemann.de
Wed Sep 26 05:59:33 EDT 2007


On Tue, 25 Sep 2007, Brian Hulley wrote:

> Ryan Ingram wrote:
>> 
>> A couple off the top of my head:
>> 
>> (:) :: a -> [a] -> [a]
>
> Yes that's one that had totally slipped my mind ;-)

I like to add 'div' and 'mod' as examples for wrong argument order.


More information about the Haskell-Cafe mailing list