Hoogle Search

Within LTS Haskell 24.21 (ghc-9.10.3)

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

  1. foldl' :: Storable b => (a -> b -> a) -> a -> Vector b -> a

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

  2. foldl' :: (Size size, Storable b) => (a -> b -> a) -> a -> Vector size b -> a

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

  3. foldl' :: TextualMonoid t => (a -> t -> a) -> (a -> Char -> a) -> a -> t -> a

    monoid-subclasses Data.Monoid.Textual

    Strict version of foldl.

  4. foldl' :: Factorial m => (a -> m -> a) -> a -> m -> a

    monoid-subclasses Data.Semigroup.Factorial

    Like foldl' from Data.List on the list of prime factors.

  5. foldl' :: Foldable t => (b -> a -> b) -> b -> t a -> b

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  6. foldl' :: (a -> OsChar -> a) -> a -> OsString -> a

    os-string System.OsString

    foldl' is like foldl, but strict in the accumulator.

  7. foldl' :: (a -> Word8 -> a) -> a -> ShortByteString -> a

    os-string System.OsString.Data.ByteString.Short

    foldl' is like foldl, but strict in the accumulator.

  8. foldl' :: (a -> Word16 -> a) -> a -> ShortByteString -> a

    os-string System.OsString.Data.ByteString.Short.Word16

    foldl' is like foldl, but strict in the accumulator.

  9. foldl' :: (a -> OsChar -> a) -> a -> OsString -> a

    os-string System.OsString.Internal

    foldl' is like foldl, but strict in the accumulator.

  10. foldl' :: (a -> PosixChar -> a) -> a -> PosixString -> a

    os-string System.OsString.Posix

    foldl' is like foldl, but strict in the accumulator.

Page 7 of many | Previous | Next