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

Paterson, Ross R.Paterson at city.ac.uk
Sun Aug 14 14:52:54 CEST 2011


Johan Tibell writes:
> This is a call for consensus. Do we agree to add
>
>     infixr 6 <>
>
>     (<>) :: Monoid m => m -> m -> m
>     (<>) = mappend

As I recall, the only remaining issue is that this operator is declared as infixl 6 in the pretty package.  Someone needs to investigate the impact of changing its fixity there.


More information about the Libraries mailing list