Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

    The first argument folds over the non-character prime factors, the second over characters. Otherwise equivalent to foldl from Data.List.

  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 :: (C sh, Storable a) => (b -> a -> b) -> b -> Array sh a -> b

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  7. foldl :: (C sh, Storable a) => (b -> a -> b) -> b -> Array sh a -> b

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  8. foldl :: (a -> OsChar -> a) -> a -> OsString -> a

    os-string System.OsString

    foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a OsString, reduces the OsString using the binary operator, from left to right.

  9. foldl :: (a -> Word8 -> a) -> a -> ShortByteString -> a

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

    foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a ShortByteString, reduces the ShortByteString using the binary operator, from left to right.

  10. foldl :: (a -> Word16 -> a) -> a -> ShortByteString -> a

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

    foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a ShortByteString, reduces the ShortByteString using the binary operator, from left to right.

Page 7 of many | Previous | Next