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. sumInt4 :: Aggregator (Field SqlInt4) (Field SqlInt8)

    opaleye Opaleye.Aggregate

    No documentation available.

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

    opaleye Opaleye.Aggregate

    No documentation available.

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

    perf Perf.Algos

    Auxillary style.

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

    perf Perf.Algos

    cata style

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

    perf Perf.Algos

    Co-routine style

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

    perf Perf.Algos

    Co-routine, case-style

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

    perf Perf.Algos

    Co-routine, go style

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

    perf Perf.Algos

    GHC-style foldr method.

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

    perf Perf.Algos

    With argument order flipped

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

    perf Perf.Algos

    Lazy with argument order flipped.

Page 64 of many | Previous | Next