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. sum' :: Expr -> Expr

    code-conjure Conjure.Expr

    sum of Int elements lifted over the Expr type.

    > sum' xxs
    sum xs :: Int
    
    > evl (sum' $ expr [1,2,3::Int]) :: Int
    6
    

  2. sumCount :: Metric -> Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  3. sumQuantiles :: Metric -> Map Double Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  4. sumSum :: Metric -> Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  5. 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.

  6. 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.

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

    ersatz Ersatz.Bits

    Optimization of sumBits enabled when summing individual Bits.

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

    ersatz Ersatz.Bits

    Compute the sum of a source of Bits values.

  9. 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.

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

    learn-physics Physics.Learn

    Sum over several vectors

Page 62 of many | Previous | Next