Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sumWith :: (Monoidal m, Foldable f) => (a -> m) -> f a -> m

    algebra Numeric.Algebra.Class

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the sum of all values in the stream.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the sum of all elements in the chunked stream.

  4. summary :: Selector

    clay Clay

    No documentation available.

  5. summary :: Selector

    clay Clay.Elements

    No documentation available.

  6. summarizeHashMap :: IsRecordHashMap r c m => m -> Text

    columnar Text.Columnar

    provide evidence that HashMap is well formed

  7. summarizeMap :: IsRecordIntMap r c m => m -> Text

    columnar Text.Columnar

    provide evidence that Map is well formed

  8. sum2product :: (SumToProduct f r t, ObjectSum r a b, ObjectPair t (f a) (f b)) => t (f (a + b)) (f a, f b)

    constrained-categories Control.Category.Constrained.Prelude

    sum2product ≡ mapEither id
    
    

  9. sum2product :: (SumToProduct f r t, ObjectSum r a b, ObjectPair t (f a) (f b)) => t (f (a + b)) (f a, f b)

    constrained-categories Control.Functor.Constrained

    sum2product ≡ mapEither id
    
    

  10. summarizeRollsOver :: Num a => Int -> [a] -> [a]

    dice Data.Random.Dice

    No documentation available.

Page 69 of many | Previous | Next