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

    perf Perf.Algos

    With argument order flipped

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

    perf Perf.Algos

    Lazy with argument order flipped.

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

    perf Perf.Algos

    foldr style

  4. sumFuse :: Int -> Int

    perf Perf.Algos

    Fusion check

  5. sumFuseFoldl' :: Int -> Int

    perf Perf.Algos

    foldl' fusion

  6. sumFuseFoldr :: Int -> Int

    perf Perf.Algos

    foldr fusion

  7. sumFusePoly :: (Enum a, Num a) => a -> a

    perf Perf.Algos

    Fusion under polymorph

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

    perf Perf.Algos

    Lambda-style sum

  9. sumMono :: [Int] -> Int

    perf Perf.Algos

    Monomorphic sum

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

    perf Perf.Algos

    Polymorphic sum

Page 65 of many | Previous | Next