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.
foldl1May' :: (a -> a -> a) -> [a] -> Maybe aerrors Control.Error No documentation available.
foldl1Err :: e -> (a -> a -> a) -> [a] -> Either e aerrors Control.Error.Safe foldl1Err' :: e -> (a -> a -> a) -> [a] -> Either e aerrors Control.Error.Safe A foldl1' that fails in the Either monad
foldl1Z :: MonadPlus m => (a -> a -> a) -> [a] -> m aerrors Control.Error.Safe foldl1Z' :: MonadPlus m => (a -> a -> a) -> [a] -> m aerrors Control.Error.Safe A foldl1' that fails using mzero
foldl' :: Storable a => (b -> a -> b) -> b -> Vector a -> bstorablevector Data.StorableVector 'foldl'' is like foldl, but strict in the accumulator.
foldl1 :: Storable a => (a -> a -> a) -> Vector a -> astorablevector Data.StorableVector foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty Vectors. It is a checked error to pass an empty Vector.
foldl1' :: Storable a => (a -> a -> a) -> Vector a -> astorablevector Data.StorableVector 'foldl1'' is like foldl1, but strict in the accumulator. It is a checked error to pass an empty Vector.
foldl' :: Storable b => (a -> b -> a) -> a -> Vector b -> astorablevector Data.StorableVector.Lazy No documentation available.
foldl' :: Storable b => (a -> b -> a) -> a -> Vector b -> astorablevector Data.StorableVector.Lazy.Pattern No documentation available.