Proposal #3339: Add (+>) as a synonym for mappend

Ganesh Sittampalam ganesh at earth.li
Sun Aug 14 15:23:19 CEST 2011


On 14/08/2011 12:32, Johan Tibell wrote:

> This is a call for consensus. Do we agree to add
> 
>     infixr 6 <>
> 
>     (<>) :: Monoid m => m -> m -> m
>     (<>) = mappend
> 
> If so I have a patch for base and GHC ready.

+1

Ganesh



More information about the Libraries mailing list