foldl1 -bytestring
foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty lists.
O(n) A variant of foldl that has no starting value argument, and thus must be applied to a non-empty Text. Subject to fusion.
O(n) A strict version of foldl1. Subject to fusion.