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

    numeric-quest Orthogonals

    No documentation available.

  2. sumInt2 :: Aggregator (Field SqlInt2) (Field SqlInt8)

    opaleye Opaleye.Aggregate

    No documentation available.

  3. sumInt4 :: Aggregator (Field SqlInt4) (Field SqlInt8)

    opaleye Opaleye.Aggregate

    No documentation available.

  4. sumInt8 :: Aggregator (Field SqlInt8) (Field SqlNumeric)

    opaleye Opaleye.Aggregate

    No documentation available.

  5. sumAux :: Num a => [a] -> a

    perf Perf.Algos

    Auxillary style.

  6. sumCata :: Num a => [a] -> a

    perf Perf.Algos

    cata style

  7. sumCo :: Num a => [a] -> a

    perf Perf.Algos

    Co-routine style

  8. sumCoCase :: Num a => [a] -> a

    perf Perf.Algos

    Co-routine, case-style

  9. sumCoGo :: Num a => [a] -> a

    perf Perf.Algos

    Co-routine, go style

  10. sumF :: Num a => [a] -> a

    perf Perf.Algos

    GHC-style foldr method.

Page 64 of many | Previous | Next

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