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.