[Haskell-beginners] reverse flow .

Tony Morris tonymorris at gmail.com
Sun Nov 22 03:47:34 EST 2009


There is already one.

Prelude Control.Arrow> :type (>>>)
(>>>) :: (Control.Category.Category cat) => cat a b -> cat b c -> cat a c


Michael Mossey wrote:
> To clarify, I'm interested in
>
> - what symbols you would choose
> - how to set the left/right associativity and precedence
>
> Michael P. Mossey wrote:
>> Can I get some recommendations on defining a function composition
>> operator that flows in the reverse direction?
>>
>> Thanks,
>> Mike
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>

-- 
Tony Morris
http://tmorris.net/




More information about the Beginners mailing list