Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

    perf Perf.Algos

    Co-routine style

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

    perf Perf.Algos

    Co-routine, case-style

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

    perf Perf.Algos

    Co-routine, go style

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

    perf Perf.Algos

    GHC-style foldr method.

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

    perf Perf.Algos

    With argument order flipped

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

    perf Perf.Algos

    Lazy with argument order flipped.

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

    perf Perf.Algos

    foldr style

  8. sumFuse :: Int -> Int

    perf Perf.Algos

    Fusion check

  9. sumFuseFoldl' :: Int -> Int

    perf Perf.Algos

    foldl' fusion

  10. sumFuseFoldr :: Int -> Int

    perf Perf.Algos

    foldr fusion

Page 65 of many | Previous | Next