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. sumOutputs :: CoinSelection i o -> Coin

    cardano-coin-selection Cardano.CoinSelection

    Calculate the total sum of all outputs for the given CoinSelection.

  2. sum' :: Expr -> Expr

    code-conjure Conjure.Engine

    sum of Int elements lifted over the Expr type.

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

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

  4. sumCount :: Metric -> Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  5. sumQuantiles :: Metric -> Map Double Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

  6. sumSum :: Metric -> Double

    data-prometheus Data.Prometheus.Types

    No documentation available.

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

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

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

    ersatz Ersatz.Bits

    Optimization of sumBits enabled when summing individual Bits.

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

    ersatz Ersatz.Bits

    Compute the sum of a source of Bits values.

Page 62 of many | Previous | Next