system-extra-0.1.0: A bunch of system utilities used by other projects

Safe HaskellSafe
LanguageHaskell2010

System.IO.Extra

Synopsis

Documentation

copy :: Handle -> Handle -> IO () Source #

Copy data from one source handle to target handle

Probably better implemented using PipesConduits...