foldl1 package:bytestring

foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty ByteStrings. An exception will be thrown in the case of an empty ByteString.
foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty ByteStrings.
foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty ByteStrings.
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' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty ByteString.
A strict version of foldl1
foldl1' is like foldl1, but strict in the accumulator.
foldl1' is like foldl1, but strict in the accumulator.
foldl1' is like foldl1, but strict in the accumulator. An exception will be thrown in the case of an empty ShortByteString.