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.
foldl' :: (acc -> Elem Keys -> acc) -> acc -> Metadatas -> accJuicyPixels Codec.Picture.Metadata Strict left fold of the metadatas
foldlWithKey :: (b -> AddrRange k -> a -> b) -> b -> IPRTable k a -> biproute Data.IP.RouteTable O(n). Fold the keys and values in the IPRTable using the given left-associative binary operator. This function is equivalent to Data.Map.foldlWithKey with necessary to IPRTable changes. Since: 1.7.5
foldlWithKey :: (b -> AddrRange k -> a -> b) -> b -> IPRTable k a -> biproute Data.IP.RouteTable.Internal O(n). Fold the keys and values in the IPRTable using the given left-associative binary operator. This function is equivalent to Data.Map.foldlWithKey with necessary to IPRTable changes. Since: 1.7.5
-
optics-core Optics.Fold Fold left-associatively, and strictly.
foldl1 :: forall (f :: Type -> Type) a . Foldable f => (a -> a -> a) -> T f a -> anon-empty Data.NonEmpty No documentation available.
foldl1Map :: forall (f :: Type -> Type) b a . Foldable f => (b -> b -> b) -> (a -> b) -> T f a -> bnon-empty Data.NonEmpty It holds:
foldl1Map f g = foldl1 f . fmap g
but foldl1Map does not need a Functor instance.foldLoop :: (Int -> t -> t) -> t -> Int -> thmatrix Numeric.LinearAlgebra.Devel No documentation available.
foldl' :: MonoFoldable mono => (a -> Element mono -> a) -> a -> mono -> amono-traversable Data.MonoTraversable.Unprefixed Synonym for ofoldl'
-
mono-traversable Data.MonoTraversable.Unprefixed Synonym for ofoldl1Ex'
foldlM :: (MonoFoldable mono, Monad m) => (a -> Element mono -> m a) -> a -> mono -> m amono-traversable Data.MonoTraversable.Unprefixed Synonym for ofoldlM