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.