Streamly.Internal.FileSystem.File.Common
withFile :: Bool -> (Path -> IOMode -> IO Handle) -> Path -> IOMode -> (Handle -> IO r) -> IO r Source #
openFile :: Bool -> (Path -> IOMode -> IO Handle) -> Path -> IOMode -> IO Handle Source #