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. sumTypeToTypeDecls :: Settings -> SumType 'PureScript -> Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  2. sumTypesToModules :: Modules -> [SumType 'PureScript] -> Modules

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  3. sumTypesToNeededPackages :: forall (lang :: Language) . [SumType lang] -> Set Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

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

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

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

    qchas QC

    the sum of elements

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

  8. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  9. sum' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

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

    structs Data.Struct.Internal.LinkCut

    O(1)

Page 67 of many | Previous | Next