
30 Jun
2021
30 Jun
'21
6:50 a.m.
Hello. I notice that in `"base" Data.Foldable` there are strict left and right folds, but no corresponding folds without base case, that is, `foldl1'` and `foldr1'`. Can this omission be ameliorated? The implementation is trivial.