|
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
module Data.Monoid.Reducer |
|
Unions of Containers
|
|
|
A Container suitable for the Union Monoid
| | Methods | | | Instances | |
|
|
|
|
|
Unions of Containers of Monoids
|
|
|
Polymorphic containers that we can supply an operation to handle unions with
| | Methods | unionWith :: (a -> a -> a) -> f a -> f a -> f a | Source |
| | |
| | Instances | |
|
|
|
The Monoid ('unionWith mappend',empty) for containers full of monoids.
| Constructors | | Instances | (HasUnionWith f, Ord r, Eq r, RightSemiNearRing r) => RightModule r (UnionWith f r) | (HasUnionWith f, Ord r, Eq r, RightSemiNearRing r) => LeftModule r (UnionWith f r) | (HasUnionWith f, Ord r, Eq r, RightSemiNearRing r) => Module r (UnionWith f r) | Monad f => Monad (UnionWith f) | Functor f => Functor (UnionWith f) | Pointed f => Pointed (UnionWith f) | (HasUnionWith f, Monoid m) => Reducer (f m) (UnionWith f m) | Eq (f m) => Eq (UnionWith f m) | Ord (f m) => Ord (UnionWith f m) | Read (f m) => Read (UnionWith f m) | Show (f m) => Show (UnionWith f m) | (HasUnionWith f, Monoid m) => Monoid (UnionWith f m) |
|
|
|
Produced by Haddock version 2.4.2 |