monoids-0.3.2: Deprecated: Use 'reducers'

Portabilityportable
Stabilityexperimental
Maintainerekmett@gmail.com
Safe HaskellSafe-Infered

Data.Group.Combinators

Description

Utilities for working with Groups that conflict with names from the Prelude.

Intended to be imported qualified.

 import Data.Group.Combinators as Group (replicate)

Documentation

replicate :: (Group m, Integral n) => m -> n -> mSource