#3339: Data.Monoid: Add (<>) as a synonym for mappend
-------------------------------+--------------------------------------------
  Reporter:  bos               |          Owner:  igloo           
      Type:  feature request   |         Status:  new             
  Priority:  normal            |      Milestone:  Not GHC         
 Component:  libraries/base    |        Version:  7.3             
Resolution:                    |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------

Comment(by tibbe):

 It does generalize `Text.Pretty.<>`, but the interaction between `<>` and
 `<+>` in pretty is iffy with regards to fixity and associativity (and was
 that way before this addition, this simply brought it to light) and needs
 to be resolved.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3339#comment:39>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to