foldl-transduce-0.4.2.0: Transducers for foldl folds.

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Foldl.Transduce.ByteString.IO

Description

Pour handles into folds, write to handles using folds.

Synopsis

Documentation

driveHandle Source

Arguments

:: (MonadIO m, ToFoldM m f) 
=> f ByteString r 
-> Int

max chunk size

-> Handle 
-> m r 

Feed a fold with bytes read from a Handle.