#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 JulesBean):

 Go ahead. Text.Pretty is not particularly widely used and users of
 Text.Pretty will not find this hard to resolve in their own code should
 they choose to do so.

 As a historical note:

 Replying to [comment:38 igloo]:
 > If it won't generalise `Text.Pretty.<>`, then I wonder why we don't name
 it `++` instead (and remove the current `++` definition).

 `<>` was chosen because of the match to `Data.Sequence.<>` not
 `Text.Pretty.<>` according to my scanning of the bug / email thread / my
 memory (on a recommendation from Ross Patterson).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3339#comment:43>
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