monoids-0.2.0.4: Monoids, specialized containers and a general map/reduce framework

Portabilityportable
Stabilityexperimental
Maintainerekmett@gmail.com

Data.Group.Sugar

Description

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

 import Prelude hiding ((-), (+), (*), (/), (^), (^^), negate, subtract, recip)
 import Data.Group.Sugar

Documentation

module Data.Group

(-) :: Group g => g -> g -> gSource

negate :: Group g => g -> gSource

subtract :: Group g => g -> g -> gSource

(/) :: MultiplicativeGroup g => g -> g -> gSource

(.\.) :: MultiplicativeGroup g => g -> g -> gSource