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.
foldl1' :: PrimType ty => (ty -> ty -> ty) -> NonEmpty (UArray ty) -> tybasement Basement.UArray No documentation available.
foldl' :: (a -> Word8 -> a) -> a -> Bytes -> abyteslice Data.Bytes Left fold over bytes, strict in the accumulator.
foldlM :: Monad m => (a -> Word8 -> m a) -> a -> Bytes -> m abyteslice Data.Bytes Left monadic fold over bytes, non-strict in the accumulator.
foldl' :: (a -> Word8 -> a) -> a -> Chunks -> abyteslice Data.Bytes.Chunks Left fold over all bytes in the chunks, strict in the accumulator.
foldLines :: a -> (a -> Bytes -> IO a) -> IO abyteslice Data.Bytes.Text.AsciiExt hFoldLines over stdin
foldl' :: (a -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Lazy No documentation available.
foldlWithKey :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Lazy No documentation available.
foldlWithKey' :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Lazy No documentation available.
foldl' :: (a -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Strict No documentation available.
foldlWithKey :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> aenummapset Data.EnumMap.Strict No documentation available.