monoid-transformer-0.0.4: Monoid counterparts to some ubiquitous monad transformers
Data.Monoid.Applicative
Synopsis
newtype T f a Source #
Sequence applicative functors and combine their functorial results with mappend.
mappend
Constructors
Fields
Instances
Methods
lift :: Monoid m => m -> T f m Source #
(<>) :: T f a -> T f a -> T f a #
sconcat :: NonEmpty (T f a) -> T f a #
stimes :: Integral b => b -> T f a -> T f a #
mempty :: T f a #
mappend :: T f a -> T f a -> T f a #
mconcat :: [T f a] -> T f a #