File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,9 +303,9 @@ foldDecompressStreamWithInput chunk end err = \s lbs ->
303
303
-- appropriate in all cicumstances.
304
304
--
305
305
-- For these cases an incremental interface is more appropriate. This interface
306
- -- allows both incremental input and output. Chunks of input data to be
307
- -- supplied one by one (e.g. as they are obtained from an input source like a
308
- -- file or network source). Output is also produced chunk by chunk.
306
+ -- allows both incremental input and output. Chunks of input data are supplied
307
+ -- one by one (e.g. as they are obtained from an input source like a file or
308
+ -- network source). Output is also produced chunk by chunk.
309
309
--
310
310
-- The incremental input and output is managed via the 'CompressStream' and
311
311
-- 'DecompressStream' types. They represents the unfolding of the process of
You can’t perform that action at this time.
0 commit comments