#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):
The discussion for this proposal can be found at:
http://thread.gmane.org/gmane.comp.lang.haskell.libraries/11450
We were approaching consensus for the addition of of:
{{{
infixr 6 <>
(<>) :: Monoid m => m -> m -> m
(<>) = mappend
}}}
and a matching change for `(<+>)` in the `pretty` package.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3339#comment:21>
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