@hackage foldl-incremental0.1.0.1

incremental folds

`foldl-incremental` allows you to create incremental folds and scans such as moving averages or moving deviations.

It supplies Incremental which represents a state of an exponential moving average calculation, and incrementalize, which turns functions into suitable step functions.