monoids-0.1.2: Lots of MonoidsSource codeContentsIndex
Data.Monoid.Generator
Documentation
module Data.Monoid.Reducer
class Generator c whereSource
Associated Types
type Elem c :: *Source
Methods
mapReduce :: Reducer e m => (Elem c -> e) -> c -> mSource
mapTo :: Reducer e m => (Elem c -> e) -> m -> c -> mSource
mapFrom :: Reducer e m => (Elem c -> e) -> c -> m -> mSource
show/hide Instances
reduce :: (Generator c, Reducer (Elem c) m) => c -> mSource
newtype Keys c Source
Constructors
Keys
getKeys :: c
show/hide Instances
newtype Values c Source
Constructors
Values
getValues :: c
show/hide Instances
newtype Char8 c Source
Constructors
Char8
getChar8 :: c
show/hide Instances
Produced by Haddock version 2.4.2