Would seem logical if `RIO.NonEmpty` included the `NonEmpty` specialized `fold*1` variants in addition to `scan*1`. Don't know for sure, but I expect they weren't included due to the fact they normally come via `Data.Foldable` and not `Data.List.NonEmpty`.