Copyright | (c) Edward Kmett 2009 |
---|---|
License | BSD-style |
Maintainer | ekmett@gmail.com |
Stability | experimental |
Portability | non-portable (MPTCs) |
Safe Haskell | Trustworthy |
Language | Haskell98 |
Semigroups for working with Monad
s.
Documentation
A Action
uses an glues together monadic actions with (>>)
in the manner of mapM_
from Data.Foldable. Any values returned by
reduced actions are discarded.