monoids-0.2.0.2: Monoids, specialized containers and a general map/reduce frameworkSource codeContentsIndex
Data.Group.Combinators
Portabilityportable
Stabilityexperimental
Maintainerekmett@gmail.com
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
Produced by Haddock version 2.4.2