foldr' package:rio

foldr' is like foldr, but strict in the accumulator.
O(n). A strict version of foldr. Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
O(n). A strict version of foldr. Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.
O(n) Right fold with a strict accumulator
O(n) Right fold with a strict accumulator
O(n) Right fold with a strict accumulator
O(n) Right fold with a strict accumulator
As bifoldr, but strict in the result of the reduction functions at each step.
O(n) Right fold with strict accumulator (function applied to each element and its index)
O(n) Right fold with strict accumulator (function applied to each element and its index)
O(n) Right fold with strict accumulator (function applied to each element and its index)
O(n) Right fold with strict accumulator (function applied to each element and its index)