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

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.

  1. foldl1' :: PrimType ty => (ty -> ty -> ty) -> NonEmpty (UArray ty) -> ty

    basement Basement.UArray

    No documentation available.

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

    byteslice Data.Bytes

    Left fold over bytes, strict in the accumulator.

  3. foldlM :: Monad m => (a -> Word8 -> m a) -> a -> Bytes -> m a

    byteslice Data.Bytes

    Left monadic fold over bytes, non-strict in the accumulator.

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

    byteslice Data.Bytes.Chunks

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

  5. foldLines :: a -> (a -> Bytes -> IO a) -> IO a

    byteslice Data.Bytes.Text.AsciiExt

    hFoldLines over stdin

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

  7. foldlWithKey :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> a

    enummapset Data.EnumMap.Lazy

    No documentation available.

  8. foldlWithKey' :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> a

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Strict

    No documentation available.

  10. foldlWithKey :: Enum k => (a -> k -> b -> a) -> a -> EnumMap k b -> a

    enummapset Data.EnumMap.Strict

    No documentation available.

Page 52 of many | Previous | Next

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