:: Monoid_a _ => _ a -package:protolude package:rebase

The identity of mplus. It should also satisfy the equations
mzero >>= f  =  mzero
v >> mzero   =  mzero
The default definition is
mzero = empty
The identity of <|>
Retrieves the monad environment.