#4189: Add (<.>) operator (generalizing (.) to Functor)

Felipe Lessa felipe.lessa at gmail.com
Sun Aug 1 10:30:23 EDT 2010


On Sun, Aug 1, 2010 at 11:25 AM, Maciej Marcin Piechotka
<uzytkownik2 at gmail.com> wrote:
> On 01/08/10 16:05, Felipe Lessa wrote:
>> +1
>>
>> What should be its fixity?
>>
>
> I guess right:

I mean, how tightly should it bind?  We currently have

infixr 9 .
infixr 0 $
infixr 4 <$>
infirl 4 <$
infixl 4 <*>
infixr 1 >=>

Hmmm...

-- 
Felipe.


More information about the Libraries mailing list