Hoogle Search
Within LTS Haskell 24.4 (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.
module Rebase.Data.Functor.
Sum No documentation available.
-
Operations on sums, combining effects into a signature.
Sum :: forall a1 c b . (a1 :-> c) -> (b :-> c) -> Either a1 b :-> chedgehog-fn Hedgehog.Function.Internal No documentation available.
-
hvega Graphics.Vega.VegaLite Sum of field values to be used in an aggregate operation.