Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
vector-space Data.AdditiveGroup Monoid under group addition. Alternative to the Sum in Data.Monoid, which uses Num instead of AdditiveGroup.
-
vector-space Data.AdditiveGroup No documentation available.
Sum :: ConTag -> Arity -> LocatedA b -> [EpToken "|"] -> [EpToken "|"] -> SumOrTuple bghc-lib-parser GHC.Parser.PostProcess Last two are the locations of the '|' before and after the payload
Sum :: ConTag -> Arity -> LocatedA b -> [EpToken "|"] -> [EpToken "|"] -> SumOrTuple bghc-lib-parser GHC.Parser.Types Last two are the locations of the '|' before and after the payload
-
lens-family-core Lens.Family Monoid under addition.
Sum a <> Sum b = Sum (a + b)
Examples
>>> Sum 1 <> Sum 2 <> mempty Sum {getSum = 3}
>>> mconcat [ Sum n | n <- [3 .. 9]] Sum {getSum = 42}
-
No documentation available.
-
optparse-generic Options.Generic Monoid under addition.
Sum a <> Sum b = Sum (a + b)
Examples
>>> Sum 1 <> Sum 2 <> mempty Sum {getSum = 3}
>>> mconcat [ Sum n | n <- [3 .. 9]] Sum {getSum = 42}
-
optparse-generic Options.Generic No documentation available.
module Rebase.Data.Functor.
Sum No documentation available.
-
Operations on sums, combining effects into a signature.