Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. sumSum :: Metric -> Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  2. sumFrom :: forall v s (m :: Type -> Type) . (VectorSpace v s, Monad m) => v -> MSF m v v

    dunai Data.MonadicStreamFunction.Util

    Sums the inputs, starting from an initial vector.

  3. sumS :: forall v s (m :: Type -> Type) . (VectorSpace v s, Monad m) => MSF m v v

    dunai Data.MonadicStreamFunction.Util

    Sums the inputs, starting from zero.

  4. sumBit :: Foldable t => t Bit -> Bits

    ersatz Ersatz.Bits

    Optimization of sumBits enabled when summing individual Bits.

  5. sumBits :: (Foldable t, HasBits a) => t a -> Bits

    ersatz Ersatz.Bits

    Compute the sum of a source of Bits values.

  6. sumElements :: forall t s (d :: Type -> Type) q . (Sized t s d, Container d t, Backprop s, Reifies q W) => BVar q s -> BVar q t

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    No documentation available.

  7. summary :: (Functor f, HasField s "summary" a) => LensLike' f s a

    hs-opentelemetry-otlp Proto.Opentelemetry.Proto.Metrics.V1.Metrics_Fields

    No documentation available.

  8. sumV :: (Foldable f, AdditiveGroup v) => f v -> v

    learn-physics Physics.Learn

    Sum over several vectors

  9. sumV :: (Foldable f, AdditiveGroup v) => f v -> v

    learn-physics Physics.Learn.CarrotVec

    Sum over several vectors

  10. sumV :: [Vec] -> Vec

    learn-physics Physics.Learn.SimpleVec

    Sum of a list of vectors.

Page 63 of many | Previous | Next