• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. sumSum :: Num a => [a] -> a

    perf Perf.Algos

    sum

  2. sumTail :: Num a => [a] -> a

    perf Perf.Algos

    tail resursive

  3. sumTailLazy :: Num a => [a] -> a

    perf Perf.Algos

    lazy recursion.

  4. sumCount :: SummarySample -> !Int

    prometheus System.Metrics.Prometheus.Metric.Summary

    No documentation available.

  5. sumQuantiles :: SummarySample -> !Map Double Int

    prometheus System.Metrics.Prometheus.Metric.Summary

    No documentation available.

  6. sumSum :: SummarySample -> !Int

    prometheus System.Metrics.Prometheus.Metric.Summary

    No documentation available.

  7. sumTypeToModule :: SumType 'PureScript -> Modules -> Modules

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  8. sumTypeToNeededPackages :: forall (lang :: Language) . SumType lang -> Set Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  9. sumTypeToOptics :: SumType 'PureScript -> Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  10. sumTypeToText :: Settings -> SumType 'PureScript -> Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

Page 66 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete