streamly-core-0.3.0: Streaming, parsers, arrays, serialization and more
Safe HaskellNone
LanguageHaskell2010

Streamly.Internal.FileSystem.File.Common

Documentation

withFile :: Bool -> (Path -> IOMode -> IO Handle) -> Path -> IOMode -> (Handle -> IO r) -> IO r Source #