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. sumDecimalBounded :: forall m f p r (s :: Nat) . (MonadThrow m, Foldable f, Eq p, Ord p, Num p, Bounded p) => f (Decimal r s p) -> m (Decimal r s p)

    safe-decimal Numeric.Decimal

    Sum a list of decimal numbers

    >>> :set -XDataKinds
    
    >>> sequenceA [1.1, 20.02, 300.003] >>= sumDecimalBounded :: Arith (Decimal RoundHalfUp 3 Int)
    Arith 321.123
    

  2. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  3. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  4. summarize :: Monoid a => LinkCut a s -> ST s a

    structs Data.Struct.Internal.LinkCut

    O(1)

  5. summary :: Field (LinkCut a) a

    structs Data.Struct.Internal.LinkCut

    No documentation available.

  6. sumV :: [Vec] -> Vec

    LPFP-core LPFPCore

    Add a list of vectors.

  7. sumG :: AbstractVector a => [a] -> a

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  8. sumF :: [R -> R] -> R -> R

    LPFP-core LPFPCore.Newton2

    No documentation available.

  9. sumV :: [Vec] -> Vec

    LPFP-core LPFPCore.SimpleVec

    Add a list of vectors.

  10. sum1 :: (Foldable1 f, Additive r) => f r -> r

    algebra Numeric.Additive.Class

    No documentation available.

Page 68 of many | Previous | Next