Hoogle Search
Within LTS Haskell 24.21 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
singletons-base Data.Foldable.Singletons No documentation available.
-
singletons-base Data.List.Singletons No documentation available.
-
singletons-base Data.Singletons.Base.TH No documentation available.
foldedFoldl' :: (a -> ByteString -> ByteString -> a) -> a -> Headers -> asnap-core Snap.Types.Headers Same as foldl', but the key parameter is of type ByteString instead of CI ByteString. The key is case-folded (lowercase).
-
vector-sized Data.Vector.Generic.Sized O(n) Left fold with strict accumulator (function applied to each element and its index).
ifoldl' :: forall b a (n :: Nat) . Prim b => (a -> Finite n -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Primitive.Sized O(n) Left fold with strict accumulator (function applied to each element and its index).
ifoldl' :: forall a (n :: Nat) b . (a -> Finite n -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Sized O(n) Left fold with strict accumulator (function applied to each element and its index).
ifoldl' :: forall b a (n :: Nat) . Storable b => (a -> Finite n -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Storable.Sized O(n) Left fold with strict accumulator (function applied to each element and its index).
ifoldl' :: forall b a (n :: Nat) . Unbox b => (a -> Finite n -> b -> a) -> a -> Vector n b -> avector-sized Data.Vector.Unboxed.Sized O(n) Left fold with strict accumulator (function applied to each element and its index).
ifoldl' :: (a -> Int -> Word8 -> a) -> a -> Bytes -> abyteslice Data.Bytes Left fold over bytes, strict in the accumulator. The reduction function is applied to each element along with its index.