traverse_

Herbert Valerio Riedel hvr at gnu.org
Mon Mar 30 07:54:36 UTC 2015


On 2015-03-30 at 07:05:56 +0200, Fumiaki Kinoshita wrote:

[...]

> I found out that (<>) (in Data.Monoid) is missing, also. It would be nice
> to reexamine Prelude to export things we want to export.

Fwiw, (<>) was actually left-out as it wasn't required (it's just a an
alias for `mappend`), *and* to keep our options open (or at least not
make it more difficult) in terms of possible migration-plans available
for the case we'd be moving 'Semigroup' to base/Prelude at some point in
the future.



More information about the ghc-devs mailing list