Description
Composable, streaming, and efficient left folds.
Description
This library provides strict left folds that stream in constant memory, and you can combine folds using Applicative style to derive new folds that still traverse the list only once.