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' :: Foldable t => (b -> a -> b) -> b -> t a -> bCabal-syntax Distribution.Compat.Prelude No documentation available.
foldl1 :: (a -> a -> a) -> NonEmpty a -> aCabal-syntax Distribution.Compat.Prelude No documentation available.
foldl1 :: (C sh, Storable a) => (a -> a -> a) -> Array sh a -> acomfort-array Data.Array.Comfort.Storable No documentation available.
foldlWithContext :: Measured v a => (b -> v -> a -> v -> b) -> b -> FingerTree v a -> bfingertree Data.FingerTree Fold the tree from the left with a function that also takes the measure of the prefix to the left of the element and the measure of the suffix to the right of the element.
foldlWithPos :: Measured v a => (b -> v -> a -> b) -> b -> FingerTree v a -> bfingertree Data.FingerTree Fold the tree from the left with a function that also takes the measure of the prefix to the left of the element.
-
quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList No documentation available.
-
quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList No documentation available.
foldlWithKey :: (forall (v :: k1) . () => b -> k2 v -> f v -> b) -> b -> DMap k2 f -> bdependent-map Data.Dependent.Map O(n). Pre-order fold. The function will be applied from the highest value to the lowest.
foldl' :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString foldl1 :: (OsChar -> OsChar -> OsChar) -> OsString -> OsCharos-string System.OsString foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty OsStrings. An exception will be thrown in the case of an empty OsString.