Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    perf Perf.Algos

    Auxillary style.

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

    perf Perf.Algos

    cata style

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

    perf Perf.Algos

    Co-routine style

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

    perf Perf.Algos

    Co-routine, case-style

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

    perf Perf.Algos

    Co-routine, go style

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

    perf Perf.Algos

    GHC-style foldr method.

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

    perf Perf.Algos

    With argument order flipped

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

    perf Perf.Algos

    Lazy with argument order flipped.

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

    perf Perf.Algos

    foldr style

  10. sumFuse :: Int -> Int

    perf Perf.Algos

    Fusion check

Page 58 of many | Previous | Next