<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 7, 2015 at 10:08 AM, DreamApart AtHaskells <span dir="ltr"><<a href="mailto:rnmss.hs@gmail.com" target="_blank">rnmss.hs@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="gmail_default" style="font-family:'courier new',monospace">We cannot define a <span style="background-color:rgb(255,242,204)">(+)</span> alone for a type, so we got many different functions</div><div class="gmail_default" style="font-family:'courier new',monospace">from different libs, like <span style="background-color:rgb(255,242,204)">mappend</span>, <span style="background-color:rgb(255,242,204)">mplus</span>, <span style="background-color:rgb(255,242,204)">plus</span>, <span style="background-color:rgb(255,242,204)">(<+>)</span>, <span style="background-color:rgb(255,242,204)">(.+.)</span>, <span style="background-color:rgb(255,242,204)">(+.)</span>, which all reads</div><div class="gmail_default" style="font-family:'courier new',monospace">"plus".</div><div class="gmail_default" style="font-family:'courier new',monospace"></div></blockquote></div><br>I should mention one other difficulty: MonadPlus and Monoid are not quite the same thing. mplus and mappend can't really be unified into a single conceptual structure (mostly because of the Maybe instance).</div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>