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. sumTypesToNeededPackages :: forall (lang :: Language) . [SumType lang] -> Set Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  2. sumTypeConstructors :: forall f (lang :: Language) . Functor f => ([DataConstructor lang] -> f [DataConstructor lang]) -> SumType lang -> f (SumType lang)

    purescript-bridge Language.PureScript.Bridge.SumType

    DataConstructor lens for SumType.

  3. sumTypeInfo :: forall f (lang :: Language) . Functor f => (TypeInfo lang -> f (TypeInfo lang)) -> SumType lang -> f (SumType lang)

    purescript-bridge Language.PureScript.Bridge.SumType

    TypInfo lens for SumType.

  4. sumElements :: Container c e => c e -> e

    qchas QC

    the sum of elements

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

  6. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  7. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

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

    structs Data.Struct.Internal.LinkCut

    O(1)

  9. summary :: Field (LinkCut a) a

    structs Data.Struct.Internal.LinkCut

    No documentation available.

  10. sumV :: [Vec] -> Vec

    LPFP-core LPFPCore

    Add a list of vectors.

Page 67 of many | Previous | Next