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' :: (OsChar -> OsChar -> OsChar) -> OsString -> OsChar

    os-string System.OsString

    foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty OsString.

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

    os-string System.OsString.Data.ByteString.Short

    foldl' is like foldl, but strict in the accumulator.

  3. foldl1 :: HasCallStack => (Word8 -> Word8 -> Word8) -> ShortByteString -> Word8

    os-string System.OsString.Data.ByteString.Short

    foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty ShortByteStrings. An exception will be thrown in the case of an empty ShortByteString.

  4. foldl1' :: HasCallStack => (Word8 -> Word8 -> Word8) -> ShortByteString -> Word8

    os-string System.OsString.Data.ByteString.Short

    foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty ShortByteString.

  5. foldl' :: (a -> Word16 -> a) -> a -> ShortByteString -> a

    os-string System.OsString.Data.ByteString.Short.Word16

    foldl' is like foldl, but strict in the accumulator.

  6. foldl1 :: HasCallStack => (Word16 -> Word16 -> Word16) -> ShortByteString -> Word16

    os-string System.OsString.Data.ByteString.Short.Word16

    foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty ShortByteStrings. An exception will be thrown in the case of an empty ShortByteString.

  7. foldl1' :: HasCallStack => (Word16 -> Word16 -> Word16) -> ShortByteString -> Word16

    os-string System.OsString.Data.ByteString.Short.Word16

    foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty ShortByteString.

  8. foldl' :: (a -> OsChar -> a) -> a -> OsString -> a

    os-string System.OsString.Internal

    foldl' is like foldl, but strict in the accumulator.

  9. foldl1 :: (OsChar -> OsChar -> OsChar) -> OsString -> OsChar

    os-string System.OsString.Internal

    foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty OsStrings. An exception will be thrown in the case of an empty OsString.

  10. foldl1' :: (OsChar -> OsChar -> OsChar) -> OsString -> OsChar

    os-string System.OsString.Internal

    foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty OsString.

Page 47 of many | Previous | Next