Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sumC :: forall (m :: Type -> Type) a o . (Monad m, Num a) => ConduitT a o m aconduit Conduit Get the sum of all values in the stream.
-
conduit Conduit Get the sum of all elements in the chunked stream.
-
conduit Data.Conduit.Combinators Get the sum of all elements in the chunked stream. Subject to fusion
summaryFailed :: Summary -> !PropertyCounthedgehog Hedgehog.Internal.Report No documentation available.
summaryGaveUp :: Summary -> !PropertyCounthedgehog Hedgehog.Internal.Report No documentation available.
summaryOK :: Summary -> !PropertyCounthedgehog Hedgehog.Internal.Report No documentation available.
summaryRunning :: Summary -> !PropertyCounthedgehog Hedgehog.Internal.Report No documentation available.
summaryWaiting :: Summary -> !PropertyCounthedgehog Hedgehog.Internal.Report No documentation available.
sum' :: (Foldable f, Num a) => f a -> aextra Data.Foldable.Extra sumOn' :: (Foldable f, Num b) => (a -> b) -> f a -> bextra Data.Foldable.Extra