monoids-0.1.33: Monoids, specialized containers and a general map/reduce frameworkSource codeContentsIndex
Data.Monoid.Self
Portabilityportable
Stabilityexperimental
Maintainerekmett@gmail.com
Description

A simple Monoid transformer that takes a Monoid m and produces a new m-Reducer named Self m

This is useful when you have a generator that already contains monoidal values or someone supplies the map to the monoid in the form of a function rather than as a Reducer instance. You can just getSelf . reduce or getSelf . mapReduce f in those scenarios. These behaviors are encapsulated into the fold and foldMap combinators in Data.Monoid.Combinators respectively.

Documentation
module Data.Monoid.Reducer
newtype Self m Source
Constructors
Self
getSelf :: m
show/hide Instances
Produced by Haddock version 2.4.2