[Haskell-cafe] Monoid wants a (++) equivalent

Dougal Stanton ithika at gmail.com
Tue Jun 30 18:50:54 EDT 2009


On Tue, Jun 30, 2009 at 11:39 PM, John Meacham<john at repetae.net> wrote:

>
> (+>) seems to imply to me that the operator is non-associative. Something
> like (<>) or (<+>) would be better.
>

It's too similar to the applicative (*>), and implies all sorts of
things like different types of the two arguments and so on.


D

-- 
Dougal Stanton
dougal at dougalstanton.net // http://www.dougalstanton.net


More information about the Haskell-Cafe mailing list