 
            
            
            
            
                14 Aug
                
                    2011
                
            
            
                14 Aug
                
                '11
                
            
            
            
        
    
                9:22 a.m.
            
        On Sun, Aug 14, 2011 at 1:52 PM, Paterson, Ross 
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.
Already done here: http://hackage.haskell.org/trac/ghc/ticket/3339#comment:22 Seems to be a slight improvement actually.