We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906232d commit 8ddd8ecCopy full SHA for 8ddd8ec
1 file changed
Streaming/Zip.hs
@@ -84,7 +84,7 @@ decompress' wbits p0 = go p0 =<< liftIO (Z.initInflate wbits)
84
else return $ Left (chunk leftover >> p')
85
{-# INLINABLE decompress' #-}
86
87
--- | Keep decompressing a compressed bytestream until exhaused.
+-- | Keep decompressing a compressed bytestream until exhausted.
88
decompressAll :: MonadIO m => Z.WindowBits -> ByteString m r -> ByteString m r
89
decompressAll w bs = decompress' w bs >>= go
90
where
0 commit comments