monoids-0.1.33: Monoids, specialized containers and a general map/reduce frameworkSource codeContentsIndex
Data.Group.Multiplicative
Portabilityportable
Stabilityexperimental
Maintainerekmett@gmail.com
Description
Synopsis
module Data.Monoid.Multiplicative
module Data.Group
class Multiplicative g => MultiplicativeGroup g where
over :: g -> g -> g
under :: g -> g -> g
grecip :: g -> g
Documentation
module Data.Monoid.Multiplicative
module Data.Group
class Multiplicative g => MultiplicativeGroup g whereSource
Minimal definition over or grecip
Methods
over :: g -> g -> gSource
x / y
under :: g -> g -> gSource
x  y
grecip :: g -> gSource
show/hide Instances
Produced by Haddock version 2.4.2