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.
sumOutputs :: CoinSelection i o -> Coincardano-coin-selection Cardano.CoinSelection Calculate the total sum of all outputs for the given CoinSelection.
-
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
-
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
-
data-prometheus Data.Prometheus.Types No documentation available.
sumQuantiles :: Metric -> Map Double Doubledata-prometheus Data.Prometheus.Types No documentation available.
-
data-prometheus Data.Prometheus.Types No documentation available.
sumFrom :: forall v s (m :: Type -> Type) . (VectorSpace v s, Monad m) => v -> MSF m v vdunai Data.MonadicStreamFunction.Util Sums the inputs, starting from an initial vector.
sumS :: forall v s (m :: Type -> Type) . (VectorSpace v s, Monad m) => MSF m v vdunai Data.MonadicStreamFunction.Util Sums the inputs, starting from zero.
sumBit :: Foldable t => t Bit -> Bitsersatz Ersatz.Bits Optimization of sumBits enabled when summing individual Bits.
sumBits :: (Foldable t, HasBits a) => t a -> Bitsersatz Ersatz.Bits Compute the sum of a source of Bits values.