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.

  1. foldl' :: (acc -> Elem Keys -> acc) -> acc -> Metadatas -> acc

    JuicyPixels Codec.Picture.Metadata

    Strict left fold of the metadatas

  2. foldlWithKey :: (b -> AddrRange k -> a -> b) -> b -> IPRTable k a -> b

    iproute 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

  3. foldlWithKey :: (b -> AddrRange k -> a -> b) -> b -> IPRTable k a -> b

    iproute 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

  4. foldlOf' :: forall k (is :: IxList) s a r . Is k A_Fold => Optic' k is s a -> (r -> a -> r) -> r -> s -> r

    optics-core Optics.Fold

    Fold left-associatively, and strictly.

  5. foldl1 :: forall (f :: Type -> Type) a . Foldable f => (a -> a -> a) -> T f a -> a

    non-empty Data.NonEmpty

    No documentation available.

  6. foldl1Map :: forall (f :: Type -> Type) b a . Foldable f => (b -> b -> b) -> (a -> b) -> T f a -> b

    non-empty Data.NonEmpty

    It holds:

    foldl1Map f g = foldl1 f . fmap g
    
    but foldl1Map does not need a Functor instance.

  7. foldLoop :: (Int -> t -> t) -> t -> Int -> t

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  8. foldl' :: MonoFoldable mono => (a -> Element mono -> a) -> a -> mono -> a

    mono-traversable Data.MonoTraversable.Unprefixed

    Synonym for ofoldl'

  9. foldl1Ex' :: MonoFoldable mono => (Element mono -> Element mono -> Element mono) -> mono -> Element mono

    mono-traversable Data.MonoTraversable.Unprefixed

    Synonym for ofoldl1Ex'

  10. foldlM :: (MonoFoldable mono, Monad m) => (a -> Element mono -> m a) -> a -> mono -> m a

    mono-traversable Data.MonoTraversable.Unprefixed

    Synonym for ofoldlM

Page 39 of many | Previous | Next