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

Comment(by nominolo):

 Getting rid of `mappend` would break a ''lot'' of packages, so that will
 take a while.  Also, what should happen to `mconcat`?  The naming of
 `mappend` makes somewhat sense, because `[a]` is the free Monoid, so
 `mconcat` is just the extension of that naming strategy.  Should `mconcat`
 stay as is, or can anyone think of a better name?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3339#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to