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

Syntactic sugar for working with groups that conflicts with names from the Prelude.

 import Prelude hiding ((-), (+), negate, subtract)
 import Data.Group.Sugar
Documentation
module Data.Monoid.Additive.Sugar
module Data.Group
(-) :: Group g => g -> g -> gSource
negate :: Group g => g -> gSource
subtract :: Group g => g -> g -> gSource
Produced by Haddock version 2.4.2