io-streams v1.3.3.0 Release Notes

    • Added a new convenience function, like chunkList but with a predicate for when to split, taking current element and current chunk length: haskell chunkListWith :: (a -> Int -> Bool) -> InputStream a -> IO (InputStream [a])