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