Portability | portable |
---|---|
Stability | experimental |
Maintainer | ekmett@gmail.com |
Safe Haskell | Safe-Infered |
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.Monoid.Sugar
module Data.Group
(/) :: MultiplicativeGroup g => g -> g -> gSource
(.\.) :: MultiplicativeGroup g => g -> g -> gSource
(^^) :: MultiplicativeGroup g => g -> Integer -> gSource
recip :: MultiplicativeGroup g => g -> gSource