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.
foldl1' :: (OsChar -> OsChar -> OsChar) -> OsString -> OsCharos-string System.OsString foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty OsString.
foldl' :: (a -> Word8 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short foldl1 :: HasCallStack => (Word8 -> Word8 -> Word8) -> ShortByteString -> Word8os-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.
foldl1' :: HasCallStack => (Word8 -> Word8 -> Word8) -> ShortByteString -> Word8os-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.
foldl' :: (a -> Word16 -> a) -> a -> ShortByteString -> aos-string System.OsString.Data.ByteString.Short.Word16 foldl1 :: HasCallStack => (Word16 -> Word16 -> Word16) -> ShortByteString -> Word16os-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.
foldl1' :: HasCallStack => (Word16 -> Word16 -> Word16) -> ShortByteString -> Word16os-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.
foldl' :: (a -> OsChar -> a) -> a -> OsString -> aos-string System.OsString.Internal foldl1 :: (OsChar -> OsChar -> OsChar) -> OsString -> OsCharos-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.
foldl1' :: (OsChar -> OsChar -> OsChar) -> OsString -> OsCharos-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.