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.

  1. sumC :: forall (m :: Type -> Type) a o . (Monad m, Num a) => ConduitT a o m a

    conduit Conduit

    Get the sum of all values in the stream.

  2. sumCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono, Num (Element mono)) => ConduitT mono o m (Element mono)

    conduit Conduit

    Get the sum of all elements in the chunked stream.

  3. sumE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono, Num (Element mono)) => ConduitT mono o m (Element mono)

    conduit Data.Conduit.Combinators

    Get the sum of all elements in the chunked stream. Subject to fusion

  4. summaryFailed :: Summary -> !PropertyCount

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  5. summaryGaveUp :: Summary -> !PropertyCount

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  6. summaryOK :: Summary -> !PropertyCount

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  7. summaryRunning :: Summary -> !PropertyCount

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  8. summaryWaiting :: Summary -> !PropertyCount

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  9. sum' :: (Foldable f, Num a) => f a -> a

    extra Data.Foldable.Extra

    A generalization of sum' to Foldable instances.

  10. sumOn' :: (Foldable f, Num b) => (a -> b) -> f a -> b

    extra Data.Foldable.Extra

    A generalization of sumOn' to Foldable instances.

Page 39 of many | Previous | Next