O(n)foldl, applied to a binary operator, a starting
value (typically the left-identity of the operator), and a
Text, reduces the Text using the binary operator, from
left to right.
foldl, applied to a binary operator, a starting value (typically the
left-identity of the operator), and a Stream, reduces the
Stream using the binary operator, from left to right.
Properties