• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. foldl' :: PrimType ty => (a -> ty -> a) -> a -> Block ty -> a

    basement Basement.Block

    No documentation available.

  2. foldl' :: (a -> ty -> a) -> a -> Array ty -> a

    basement Basement.BoxedArray

    No documentation available.

  3. foldl' :: forall ty a (n :: Nat) . PrimType ty => (a -> ty -> a) -> a -> BlockN n ty -> a

    basement Basement.Sized.Block

    No documentation available.

  4. foldl' :: forall b a (n :: Nat) . (b -> a -> b) -> b -> ListN n a -> b

    basement Basement.Sized.List

    Fold all elements from left strictly

  5. foldl' :: forall ty a (n :: Nat) . PrimType ty => (a -> ty -> a) -> a -> UVect n ty -> a

    basement Basement.Sized.UVect

    No documentation available.

  6. foldl' :: forall a ty (n :: Nat) . (a -> ty -> a) -> a -> Vect n ty -> a

    basement Basement.Sized.Vect

    No documentation available.

  7. foldl' :: PrimType ty => (a -> ty -> a) -> a -> UArray ty -> a

    basement Basement.UArray

    No documentation available.

  8. foldl' :: (a -> Word8 -> a) -> a -> Bytes -> a

    byteslice Data.Bytes

    Left fold over bytes, strict in the accumulator.

  9. foldl' :: (a -> Word8 -> a) -> a -> Chunks -> a

    byteslice Data.Bytes.Chunks

    Left fold over all bytes in the chunks, strict in the accumulator.

  10. foldl' :: (a -> b -> a) -> a -> EnumMap k b -> a

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 9 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete